How do I master Data Structures in C? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How do I master Data Structures in C?

16th Feb 2019, 8:26 AM
Infinity
Infinity - avatar
3 Answers
+ 5
https://www.geeksforgeeks.org/data-structures/ Though I use c++. But geeksforgeeks is the best website/app for every kind of questions regarding programming be it algorithm, data structures or interview questions I recommend you using the mobile app too. https://play.google.com/store/apps/details?id=free.programming.programming
16th Feb 2019, 8:56 AM
Saurabh Tiwari
Saurabh Tiwari - avatar
+ 3
Rewa Mathur Really helpful roadmap! Thank you!
16th Feb 2019, 12:17 PM
Infinity
Infinity - avatar
+ 2
To add to Saurabh Tiwari really good answer : practice, practice and some more practice Try doing examples of them in practical use to begin with (hashmap and linked list for a traduction dictionary, ...) then try doing generic ones with either macros or void * (you can ask me if you need help by private message on sololearn, I went through this stuff ^^)
16th Feb 2019, 10:41 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar