Hi,
How can i get clear concept of various algorithm(like as Graph,Dynamic,Backtrack etc..........) from on line.
I also want to get latest alogorithm.
Can any one help me?
Bye .............................
Sapnil.
Sorry for any mistake.
Algorithm based help? Needed,plz..........
Moderator: Board moderators
-
- Experienced poster
- Posts: 151
- Joined: Tue Nov 16, 2004 7:23 pm
- Location: Norway
- Contact:
Try the easier problems first (e.g. ad-hoc, simple geometry/math). Whenever you run into any trouble, consult this forum as well as any other forums/groups/mailing lists. Just looking up the previous posts on the subject should generally be sufficient to point you in the right direction. Whenever you come across an unfamiliar term (e.g. BFS, Dynamic Programming etc.), just search for it at Google. Usually MathWorld or Wikipedia has enough to see you through. And in the course of problem solving, you will need to go through some books to get a complete understanding of the various approaches. Cormen is a must read, even if only in low doses at first
.
