Hey, just learning Python as my first programming language.
Reading Python Crash Course, Automate the boring stuff and learn code by solving problems (python) and then doing 100 day udemy project challenge.
I understand that I need solid knowledge in data structs/algor for interviews/leetcode/life
Anyone has good suggestions? preferably that is easy to follow/read.
Thank you!
Best Python books for Data Structure and Algorithms (DSA) ?
Good book for DSA in python
Data structures and algos
What's the best book to learn about Data Structures and Algorithms?
Data Structures and Algorithms are language-agnostic. I say that because I just saw a comment asking what programming language you use. Really though, if you're a book person like, CLRS is a good one to look into. Though beware, it's very debatable on whether or not it truly is an "introduction" book. Also, the CLRS book is math-heavy.
If that's not really up your speed, I suggest looking at The Algorithm Design Manual by Skiena. This was the book I used before diving into the CLRS.
If that's also not your speed, I've heard great reviews on the Algorithms Illustrated series by Tim Roughgarden.
For me, personally, CLRS and The Algorithm Design Manual is enough. And now, I'm on my second round of reading through CLRS and trying to understand all the proofs.
Also, last thing, I don't think there really is a "best book" to learn this stuff. It depends on a lot of things -- you just kinda need to try out many books and resources until you find the right one for you.
Good luck!
More on reddit.com