+ 3
How to start with DS in C language?
Edit :. For newbies DS means Data Structures
3 Answers
+ 5
like this :
1) time complexity
2)stack data structure
3) Queues data structure
4)Graph data structure
4)Trees and Binary Trees
5)Sorting algorithms + Heap Sort
6)Hashing
+ 3
you pick up a material or a YouTube video and start coding
+ 1
Read..The book "Data Structures using C" by Rema Thareja.