Ask HN: What are some good resources for learning Algorithms and Data Structures?
1–10 of 12 posts
Re: Ask HN: What are some good resources for learning Algorithms and Data Structures?
#2There's a more recent edition available: "Algorithms and Data Structures".
Re: Ask HN: What are some good resources for learning Algorithms and Data Structures?
#3If you want to design algorithms, and not just reuse an algorithm from a catalog:
"Introduction to Algorithms: A Creative Approach: Udi Manber" Is very good.
If on the other you;re interested in a an extensive srvey of algo's and data-sturcutres, see"Algorithms and theory of computation handbook", by atallah. It has 2 volumes.
Re: Ask HN: What are some good resources for learning Algorithms and Data Structures?
#4Re: Ask HN: What are some good resources for learning Algorithms and Data Structures?
#5Re: Ask HN: What are some good resources for learning Algorithms and Data Structures?
#6Re: Ask HN: What are some good resources for learning Algorithms and Data Structures?
#7https://www.coursera.org/course/algo
but I'll be first to suggest going to font of computer science that is TAoCP, not because you're likely to understand most of Knuth, but because it's unlikely that anyone will understand half on the first pass, so there will be something else to learn for a really long time.
Good luck.
Re: Ask HN: What are some good resources for learning Algorithms and Data Structures?
#8http://www.amazon.com/Algorithm-Design-Manual-Steven-Skiena/...
Re: Ask HN: What are some good resources for learning Algorithms and Data Structures?
#9Re: Ask HN: What are some good resources for learning Algorithms and Data Structures?
#10Thanks. I am mainly interested in learning about dynamic programming and graph algorithms.