Reddit Reddit reviews Data Structures and the Java Collections Framework

We found 1 Reddit comments about Data Structures and the Java Collections Framework. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Programming Algorithms
Data Structure and Algorithms
Data Structures and the Java Collections Framework
Check price on Amazon

1 Reddit comment about Data Structures and the Java Collections Framework:

u/lasthope106 ยท 1 pointr/learnprogramming

I used the 2nd edition of this book called Data Structures and the Java Collections Framework. At the time it was one of the most up-to-date books on Java 1.5 and generics. The book is very accessible for students, and probably one of the better technical books I've read in my entire academic career.

However, if I was to learn data structures from scratch again, I'll probably would go with Algorithms by Sedgewick. I've heard nothing but good things about the book, and don't let the name fool you. It actually focuses on the implementation of data structures or so I heard.