How to study data structure | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to study data structure

17th Apr 2019, 10:13 AM
Nikhil Saini
Nikhil Saini - avatar
10 Answers
+ 5
a good practice strategy is to comment out one section of the code. then try to reproduce it from memory. try to understand it first though. if you make any mistakes, then make a note of where you went wrong and learn from it. comment it out and try again several times till youre perfect. i repeat. just focus on one section at antime, not the whole code
19th Apr 2019, 9:57 AM
Logomonic Learning
Logomonic Learning - avatar
+ 10
Reading a book and searching online are other options.
18th Apr 2019, 4:38 AM
Sonic
Sonic - avatar
17th Apr 2019, 5:40 PM
Denise Roßberg
Denise Roßberg - avatar
+ 5
You can follow mycodeschool .you will get there one of the best videos of data structure. First learn array,pointer , structure and dynamic memory allocation,searching and sorting Sequence of learning 1.linkedlist 2.stack 3. queue 4.tree 5.hashing 6.graphs You can prefer Shrivastava book
3rd May 2019, 2:43 AM
NIVEDITA KUMARI
NIVEDITA KUMARI - avatar
+ 4
First we should need to learn all basic term word in Ds like stack ,queue and then you strong in coding linked list and array in c and u learn deeper
17th Apr 2019, 6:52 PM
Rooba N
Rooba N - avatar
+ 2
Thanks
19th Apr 2019, 9:59 AM
Nikhil Saini
Nikhil Saini - avatar
+ 2
After learning each topic .do code on geeks for geeks and hackerrrank . Your concept will clear
3rd May 2019, 2:44 AM
NIVEDITA KUMARI
NIVEDITA KUMARI - avatar
+ 1
it begins with the array as they are the building blocks of ADT there are linear ADT(stack, Queue, linked lists) and dynamic ADT (tree, hash table, graphs) it is also important to bare in mind that some algorithms are best suited for a particular data structures
19th Apr 2019, 9:44 AM
Logomonic Learning
Logomonic Learning - avatar
+ 1
U need to study algorithm first then u can use any language to implement algorithm logic
5th May 2019, 8:04 AM
vijay
vijay - avatar
0
I understand data structure easily but when I I implement data structure like stack queue tree I have difficult to implement it
19th Apr 2019, 9:47 AM
Nikhil Saini
Nikhil Saini - avatar