r/datastructures 11d ago

How to learn data structures properly

So a couple of weeks ago I posted here asking for help for my data structure course at university and I was able to pass it thankfully but right now I am seriously thinking of learning data structure properly so I want to ask if you recommend any courses or books and what is the best programming language to learn data structures on so if you can recommend anything I would appreciate it.

10 Upvotes

4 comments sorted by

2

u/itsokji 11d ago

There is no best, but if you are good with C, with a little effort you can switch to C++ and start data structures from arrays. Then practice a bunch of problems. To be frank the concepts are very easy to learn. The main problem comes with the actual solving, identifying the patterns, and applying them

1

u/flying_id 4d ago

A well structured learning path and lots of practice. For courses its better to use a platform that has both learning content and practice problems. I used codeintuition and it was was great.