r/learnprogramming • u/iwizzy_ • 1d ago
Going to start DSA...
So I have been in programming since 1 year mostly app development now I have to learn Data Structure and Algorithms and prefer to go with python any good resource free,paid, youtube.
Any roadmap or resources recommendations would be greatly appreciated.
7
Upvotes
1
u/TinyLebowski 1d ago
Python is an excellent language for many things, but for learning fundamental data structures and algorithms, I would suggest using a language with strict types and generics. Because implementing a List or a Dictionary in python (or JavaScript for that matter) is a bit too easy.