Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPradeep Alabe
1,423 PointsDesign and Analysis of Algorithms
Could some one help me by suggesting good(best) book for studying and understanding Design and Analysis of computer algorithms
Thanks in Advance
1 Answer
Nicholas Olsen
Front End Web Development Techdegree Student 19,342 PointsThere is a range of books you can use. Introduction to Algorithms is a pretty standard text but it is very intense. I wouldn't necessarily recommend that book for self study until you've read a couple of others first.
Data Structures and Algorithms is a gigantic subject so there is just no good straightforward answer to this question. If you know C++ or Java then you've got lots of good and accessible books to choose from.
There is this book for data structures and algorithms for Javascript which is interesting.
edit: Check out Coursera