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

Reddit mentions of Handbook of Data Structures and Applications (Chapman & Hall/CRC Computer and Information Science Series)

Sentiment score: 1
Reddit mentions: 2

We found 2 Reddit mentions of Handbook of Data Structures and Applications (Chapman & Hall/CRC Computer and Information Science Series). Here are the top ones.

Handbook of Data Structures and Applications (Chapman & Hall/CRC Computer and Information Science Series)
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height10.2 Inches
Length7.26 Inches
Number of items1
Weight5.55123975716 Pounds
Width3.05 Inches

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

Shuffle: random products popular on Reddit

Found 2 comments on Handbook of Data Structures and Applications (Chapman & Hall/CRC Computer and Information Science Series):

u/bluecoffee ยท 2 pointsr/algorithms

Project Euler is great, but I can't imagine a less efficient way to learn about "advanced algorithmic techniques". Most of the problems are concerned with brute force search, dynamic programming and "clever" ways to trim the computation trees of those two techniques on specific problems.

A better way would be to read books on general algorithms, on optimization, on AI and on machine learning. To that end, two of my favourites are

  • The Algorithm Design Manual. The ADM has two parts. The first part is a very good undergraduate algorithms textbook. The second part is a whistlestop tour of as much of modern algorithmics as the author could cover.
  • How to Solve It: Modern Heuristics. This rolls parts of an AI, an optimization and a ML textbook into one and takes a very practical perspective.

    Alternatively, if you've got a specific area of interest then you might want to find a handbook for that area. For example, here's one on data structures.

    As a side note, if the price tag of any of those books puts you off, take a look at Library Genesis.