#5,349 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Foundations Of Algorithms

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Foundations Of Algorithms. Here are the top ones.

Foundations Of Algorithms
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height9 Inches
Length7.25 Inches
Weight2.70727657736 Pounds
Width1.25 Inches

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

Shuffle: random products popular on Reddit

Found 1 comment on Foundations Of Algorithms:

u/Nichdel ยท 1 pointr/dailyprogrammer

I'm a Linguistic BS student, but I've taken many CS classes as a minor and greatly enjoyed them. There's a lot of programming that you don't learn easily from just doing.

The book from that class was this one. Note that it's a CS book, not a programming book, and so a lot of it is based on a knowledge of discrete structures and mathematics (at least a good deal of algebra). Before I took that class I had to take a class that used this book, which is based more-so on logic and discrete mathematics than anything else.

You won't learn to program from those books. What you will learn is the fundamentals behind the data structures and algorithms that every major language is based on. When I learn a new language, I find myself understanding the various data structures very quickly because I have theoretical background. My friend who has a more IT-oriented background from a different college usually has to learn the details of new languages by analogy, and it seems to take him some time.