Ask HN: Recommended course/website/book to learn data structure and algorithms

3 points by strikeX ↗ HN
I am a full-time Android developer who does most of his programming work in Java. I am a non CS graduate so didn't study Data structure and algorithms course in university so I am not familiar with this subject which is hindering my prospect of getting better programming jobs. There are so many resources out there on this subject that I am unable to decide which one is the best for my case. Could someone please point me out in the right direction. Thanks.

4 comments

[ 2.7 ms ] story [ 17.6 ms ] thread
Steven Skiena is quite good. Practical and not too much into the Math. CLRS is good for reference.
Data Structure: https://en.wikipedia.org/wiki/Data_structure

Algorithm: https://en.wikipedia.org/wiki/Algorithm

Big O notation: https://en.wikipedia.org/wiki/Big_O_notation

Big-O Cheatsheet: http://bigocheatsheet.com

Coding Interview University > Data Structures: https://github.com/jwasham/coding-interview-university/blob/...

OSSU: Open Source Society University > Core CS > Core Theory > "Algorithms: Design and Analysis, Part I" [&2] https://github.com/ossu/computer-science/blob/master/README....

"Algorithms, 4th Edition" (2011; Sedgewick, Wayne): https://algs4.cs.princeton.edu/