Ask HN: WHat are online resources for learning data structures and algorithms?
1–3 of 3 posts
Re: Ask HN: WHat are online resources for learning data structures and algorithms?
#2Re: Ask HN: WHat are online resources for learning data structures and algorithms?
#3I took a course in this book, Introduction to Algorithms (http://en.wikipedia.org/wiki/Introduction_to_Algorithms), and it has provided a good foundation for my career. There is MIT Open Courseware and video lecture available for it, which you can get in the previous Wikipedia link or via iTunes U (http://itunes.apple.com/us/course/introduction-to-algorithms...). This book says "You should have some programming experience... [with] recursive procedures and simple data structures... You should have some facility with proofs by mathematical induction... and elementary calculus." So you may need to look into some discrete math and calculus first.
This list of free resources pops up here a lot: http://stackoverflow.com/questions/194812/list-of-freely-ava...
There are several algorithms/data structures books in the "Language Agnostic" section.
Good luck.