0
Hai friends, can you suggest me how to start learn data structures? I heard it's hot topic in placement training and difficult .
data structures for starters
1 Antwort
+ 1
Read about lists, tables, trees... how memory is saved (stack, heap...) then try to implement sorting algorithms like bubble sort, selection sort etc.