Hacker News new | ask | show | jobs
Ask HN: Books or projects to learn data structures and algorithms practically?
3 points by PhoenixRobo 2178 days ago
I'm looking for a non-theoretical way to learn data structures and algorithms. Most DSA textbooks/leetcode are extremely dry and takes the fun out of learning it. I also enjoy learning by implementing for a real world problem. Any suggestions for books or projects I can get started on?
1 comments

https://sp19.datastructur.es/

Josh Hug's course would be a good place to start. Lectures -- Companion textbook -- Practice problems -- Projects -- all in one place covering everything from the basic to the complex.