Data structures such as arrays, linked lists, trees etc. and algorithms such as sorting, searching, tree balanacing, graph traversals etc. implemented in the best language created by mankind, C.
Each DS and Algo will have it's own directory with it's own README.md file which will give a short info about that DS/Algo.
Books followed:
- Data Structures and Algorithms Made Easy by Narasimha Karumanchi
- Fundamentals of Data Structures in C by Horowitz and Sahani