Reddit Reddit reviews Problem Solving With Algorithms And Data Structures Using Python

We found 2 Reddit comments about Problem Solving With Algorithms And Data Structures Using Python. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Programming Algorithms
Data Structure and Algorithms
Problem Solving With Algorithms And Data Structures Using Python
Used Book in Good Condition
Check price on Amazon

2 Reddit comments about 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.

u/stoobertb · 1 pointr/learnprogramming