#1,755 in Computers & technology books

Reddit mentions of Compared to What?: An Introduction to the Anaylsis of Algorithms (Principles of Computer Science Series)

Sentiment score: 2
Reddit mentions: 2

We found 2 Reddit mentions of Compared to What?: An Introduction to the Anaylsis of Algorithms (Principles of Computer Science Series). Here are the top ones.

Compared to What?: An Introduction to the Anaylsis of Algorithms (Principles of Computer Science Series)
Buying options
View on Amazon.com
or
Used Book in Good Condition
Specs:
Height9.5 Inches
Length7.5 Inches
Number of items3
Weight2.54413450348 Pounds
Width1.25 Inches

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

Shuffle: random products popular on Reddit

Found 2 comments on Compared to What?: An Introduction to the Anaylsis of Algorithms (Principles of Computer Science Series):

u/thatmattbone ยท 2 pointsr/programming

Yes, I don't want to belittle Knuth by any means, but sometimes it can be hard to understand 'the spirit' of the algorithm when you're worried about loading things into registers. I really enjoy the Cormen, Leiserson and Rivest book, and I have also discovered (unfortunately out of print) "Compared to what?" which has one of the nicest introductions to analysis around.

u/[deleted] ยท 1 pointr/programming

This would be the right place to post a reference to these two books ;-)

  1. How to Think about Algorithms

  2. Compared to what? An introduction to the analysis of Algorithms

    In my opinion, what is important is to learn how to derive an algorithm given some knowledge of the principles/techniques from classes of algorithms. The above two books are a great help in that regard.