I am facing difficulty in Learning Data Structures any advice would be appreciated ❤ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I am facing difficulty in Learning Data Structures any advice would be appreciated ❤

25th Feb 2020, 9:21 AM
Abdul Wahab
Abdul Wahab - avatar
5 Answers
+ 2
I haven't touched this subject yet because of its vastness. Even I would like to learn them well. Atleast to a level where I can apply it in the programs that I write. Now what I would suggest you is, pick up a language first. Start with data structures. Take the concept of arrays and stick to it atleast for a week. Solve problems on matrices, strings, recursion etc. Do not move to next topic until and unless you become confident in one. Then move on to linked list and do the same like you did for arrays. This is what I have planned for myself so I thought of sharing it with you. Also it would be nice if you could learn doing it in either C or C++.
25th Feb 2020, 10:07 AM
Avinesh
Avinesh - avatar
+ 1
That's why I told you to learn data structures with C, it is tough but is worth it because we are learning from the scratch knowing how exactly our code is going to work. In most high level languages, a lot of this process is hidden. You need to learn pass by address and pass by reference well. You need to learn structure with pointers, dynamic memory allocation and last but not the least, loops. Once you are done with this than you are good to go.
25th Feb 2020, 10:40 AM
Avinesh
Avinesh - avatar
+ 1
Martin Taylor thnks allot ❤❤
25th Feb 2020, 10:16 PM
Abdul Wahab
Abdul Wahab - avatar
0
Avinesh i am good at java cpp arrays and python lists but littles confused in pointers arrows linked lists.
25th Feb 2020, 10:22 AM
Abdul Wahab
Abdul Wahab - avatar
0
Avinesh thanks Alllloot❤
25th Feb 2020, 1:24 PM
Abdul Wahab
Abdul Wahab - avatar