Hi, I am beginner to learn Algorithm. Any book or any Blog i have to refer to learn Tree, Graph, Hashing etc?
1 Like
The best book I have ever found to learn Algorithms is by Thomas Cormen (CLRS) …
. Apart from that you can refer to the book by Steve Skiena … After you have learned the concepts do read “The Art of Computer Programming” by Donald E. Knuth .
If you face some problems to code those you may refer to the book by Robert Kruse… That is very helpful and improves your coding skills.
HAPPY CODING
1 Like
Obviously Thomas Cormen is the best book to do so but its a quite difficult to understand for beginners.
You can choose coursera’s courses to learn it as a beginner.
Here is the link for “Algorithms, Part I - Princeton University”:
Algorithms, Part I - Princeton University
HAPPY CODING