Absolutes best YouTube source to learn DSA?
Posted by AbbreviationsDue8351@reddit | learnprogramming | View on Reddit | 7 comments
i need to complete DSA in next 2 months, please suggest the best playlist for DSA. I know solving problems is more important than watching videos, but I want to deeply understand the concepts.
Playful-Sock3547@reddit
if your goal is to finish dsa in 2 months and actually understand concepts deeply, i would honestly say go with striver a2z dsa sheet + playlist. it is probably the most complete and structured path for beginners to intermediate, especially if you are doing placements or interviews. concepts are explained well and the problem order is solid.
if you want deeper intuition for concepts, abdul bari is amazing for understanding things like trees, graphs, recursion, time complexity, and algorithms at a deeper level. for cpp-specific dsa, love babbar is also decent but can feel longer.
most important thing though, do not fall into tutorial hell. for every 1 hour of video, spend 2–3 hours solving problems. dsa only clicks when you struggle with problems, not when videos make everything feel easy. in 2 months, consistency matters more than finding the perfect playlist.
Divdo_404@reddit
Complete? Wdym by that?
AbbreviationsDue8351@reddit (OP)
i want to learn it to a certain level to clear those DSA interview questions
Divdo_404@reddit
You know the fundamentals and just trying to learn/improve dsa?
AbbreviationsDue8351@reddit (OP)
yes
Divdo_404@reddit
Which language are you currently using? And this deeper understanding means you want to know why something is happening underneath everything or just how?
GrayHiin@reddit
i recommend to learn DSA by learning deep a programming laguage.
of course there are too many concepts that you think you have to learn one by one but you can also learn them by programming and deep in one high level laguage. like PYTHON or C or JAVA.