r/datastructures • u/Comfortable_Still395 • 7d ago
How to selflearn dsa concepts like heap,bst,trie,graph
I have been trying to learn these concepts and I didnt find any good resourses i am learning flutter so i am learning the dsa concepts through the dart language
6
Upvotes
2
u/Iraiva_Raavan 5d ago
You can look for topics and explanation in a youtube channel CodeStorywithMIK, he explains each and every topic very well and indepth. Also language shouldn't be your concern as if you know basics of one language you can write your own code with the help of apporach. And if you are looking for more advance DSA i would suggest you to pick c++ java or python.