Reddit Reddit reviews DATA STRUCTURES - AN ADVANCED APPROACH USING C (Prentice Hall Software Series)

We found 1 Reddit comments about DATA STRUCTURES - AN ADVANCED APPROACH USING C (Prentice Hall Software Series). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Programming Algorithms
Data Structure and Algorithms
DATA STRUCTURES - AN ADVANCED APPROACH USING C (Prentice Hall Software Series)
Check price on Amazon

1 Reddit comment about DATA STRUCTURES - AN ADVANCED APPROACH USING C (Prentice Hall Software Series):

u/jb3689 ยท 3 pointsr/ruby

I came here to put this same book. This book is crazy, crazy good. It would help to have some knowledge of algorithms and data structures before going in as the examples aren't vast and the information are fairly heavy, but it's a fantastic reference.

I would encourage you to change your thinking from "learning algorithms in Ruby" to "learning algorithms" and then just implementing examples in Ruby. There are a few classic Algorithms book that I'd highly recommend. In addition to The Algorithm Design Manual, Data Structures in C is written in C but fairly generic and gives you the right tools for thinking about performance and algorithms, and Introduction to Algorithms, 3ed is more academic but also stupid inexpensive right now. It's a great learning book as the examples are very detailed. It's aimed at interviewing but Cracking the Coding Interview has a nice short survey of algorithms and data structures too