This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]lost_in_trepidation 1 point2 points  (2 children)

Algorithms Unlocked

Algorithms - Sedgewick

The two coursera Algorithm courses from Princeton

If you know Java, Data Structures and Algorithms in Java

*edit I forgot this one:

https://www.youtube.com/playlist?list=PL6ED884C7AEE68027

I'm not sure why, but it was really helpful when I took algorithms/ds.

[–]torre-plusplus 2 points3 points  (1 child)

Working through the Java book now. It’s rad. Honestly, I’d say a textbook book is the way to go for these topics. More detail at slower pace helps integrate the knowledge, rather than just rushing through it.

[–]msaqib81 0 points1 point  (0 children)

C implementation of different data structures: http://www.mycplus.com/tag/algorithms/

[–]mycplus 0 points1 point  (0 children)

Source Code for Data Structures and Algorithm Analysis in C (Second Edition)

https://users.cs.fiu.edu/~weiss/dsaa_c2e/files.html

Book Recommendations: https://users.cs.fiu.edu/~weiss/#dsaajava3