Start with the basic stuff :- -1) Write simple code to represent graph. -2) Remember and practice heavily the way u code , as it will help u to code faster every time u solve a graph problem -3) Learn basic algo's as satyajit pointed out , especially DFS and BFS . -4) Follow Step 2 for every new algorithm u learn
Read stuff from cormen , it is awsome.. CAnt think of any better solution for ur problem Best of Luck !! On Fri, May 6, 2011 at 8:45 PM, Satyajit Bhadange < [email protected]> wrote: > try to write code on Graph..Implement graph structure.Understand graph > traversing techniques BFS,DFG,learn few algo's on graph..only practice > helps. > > > On Fri, May 6, 2011 at 6:44 PM, chase <[email protected]> wrote: > >> i face problems when any question algorithm or rather say it's >> solution is based on GRAPH theory , even though i have read graph >> theory upto college level , i am not confidence when its come to >> coding problems . plz suggest me what prerequsite knowledge or base >> knowledge i should have to confidently solve this kind of problems >> >> -- >> You received this message because you are subscribed to the Google Groups >> "google-codejam" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-code?hl=en. >> >> > > > -- > > > > > Thanks & Regards, > Satyajit Bhadange > > http://satyajit-algorithms.blogspot.com/ > > -- > You received this message because you are subscribed to the Google Groups > "google-codejam" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-code?hl=en. > -- * K.Rahul ) * -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
