#7 in Data structure books
Use arrows to jump to the previous/next product

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

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of DATA STRUCTURES - AN ADVANCED APPROACH USING C (Prentice Hall Software Series). Here are the top ones.

DATA STRUCTURES - AN ADVANCED APPROACH USING C (Prentice Hall Software Series)
Buying options
View on Amazon.com
or
    Features:
  • SIMPLE "CLICK IT AND GO” DESIGN: Cold rolled steel buckle attachment easy-to-use "Click it and Go" design makes travel safety for you and your dog a snap!
  • 2400 LB. BREAKING STRENGTH ABRASION-RESISTANT NYLON SEAT BELT WEBBING: Fully adjustable from 17.5” to 26” Reinforced precision computer stitching for strength, performance, and unsurpassed durability.
  • REDUCES DRIVER DISTRACTION FOR SAFER CAR TRIPS: Enhanced industry standard swivel-style snap hook is electroplated for durability and abrasion resistance. Simple design improves pet comfort and makes it easy to use it every time you travel.
  • THE CLICK ADJUSTABLE CAR RESTRAINT SYSTEM IS COMPATIBLE WITH AWARD-WINNING EZYDOG HARNESSES: For award-winning comfort and control use your CLICK restraint with our EzyDog Quick Fit, Chest Plate, or Convert dog harnesses.
  • CAUTION: TO AVOID CHOKING OR INJURY ALWAYS USE A CAR RESTRAINT WITH A HARNESS NEVER A COLLAR. *CLICK DOES NOT FIT AND IS NOT FOR USE IN VOLVO AUTOMOBILES.
Specs:

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on 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