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

Reddit mentions of Problem Solving With Algorithms And Data Structures Using Python

Sentiment score: 1
Reddit mentions: 2

We found 2 Reddit mentions of Problem Solving With Algorithms And Data Structures Using Python. Here are the top ones.

Problem Solving With Algorithms And Data Structures Using Python
Buying options
View on Amazon.com
or
Used Book in Good Condition
Specs:
Height9 Inches
Length7.25 Inches
Number of items1
Weight1.4109584768 Pounds
Width0.75 Inches

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

Shuffle: random products popular on Reddit

Found 2 comments on Problem Solving With Algorithms And Data Structures Using Python:

u/hefios ยท 8 pointsr/learnprogramming

I think that Problem Solving with Algorithms and Data Structures on interactivepython is actually perfect to start with - it gives you a good overview of both the technical concepts and implementations. It's not extremely rigorous, either.

Why not try going through it, and learn whatever you can? It's actually an interactive version of the book Problem Solving with Algorithms and Data Structures by Brad Miller and David Ranum (you can find a copy of the PDF here), which is one of the recommended textbooks of MIT's 6.006 Introduction to Algorithms along with CLRS.

On another note: if you'd like an language-agnostic approach that focuses more on algorithmic thinking, analysis, and some implementation in psuedocode, check out Algorithms: Design and Analysis offered by Stanford on Coursera.