Recommend a good Data Structures and Algorithms book?
Joshua Weidman
Greenhorn
Joined: Jan 23, 2011
Posts: 1
posted
0
I'm currently going through material in Java following the syllabi for some intro classes at the University I'm going to be transferring to next year so that I can test out of them. I'm almost done with the very basic/intro stuff and am almost ready to move onto this. I currently have this Data Structures and Algorithms book:Data Structures and Algorithms in Java which is used for their class.
I'm looking for something a little more user friendly for quick learning. Any recommendations?
Thanks.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
Not sure about "user-friendliness", but the gold standard (and a high-end book) is Cormen/Leiserson/Rivest Introduction to Algorithms.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
I saw some books in a library, other than the one you use. But i have not yet come across any book which is fun like "head first". Here are the books :
-DS and algo in java by robert lafore
-DS demystified
i hth.
SCJP 6. Learning more now.
Craig Bensemann
Greenhorn
Joined: Jul 02, 2011
Posts: 1
posted
0
As mentioned previously by someone else I too would recommend Data Structures and Algorithms in Java by Robert Lafore. Thats the book I used when starting in Java at University.