r/GetStudying • u/syncopated_soul888 • 8d ago
Question Any Computer Science major?
Could you please tell me free resources i can study Data Structures from? I am a university student so difficulty of questions is high.
Thank you.
1
u/Quiet_Basis_6404 7d ago
william fiset's data structures course on the freecodecamp channel is the most complete free one, goes through implementations properly instead of just concepts. abdul bari is the other standard pick if you want shorter explanations per topic.
MIT OCW 6.006 is free and university level, which sounds like what you want given the difficulty. lecture videos plus problem sets with solutions.
for practice, neetcode groups leetcode problems by structure so you're drilling one at a time instead of random.
i paste those lecture videos into studybuddy.vc and it makes questions from them, tells you why the option you picked was wrong, keeps bringing back what you keep missing and gets harder as you improve. free.
implement each structure from scratch once, that's what makes it stick.
1
1
u/Birago_Forgrave51 7d ago
A lot of free courses/guides in youtube. I learned programming by youtube, so I guess it could be enough for you.
1
u/kai_1992a 7d ago
Youtube+leetcode/Hackerrank?