An open API service indexing awesome lists of open source software.

https://github.com/stravo1/dsa-c

data structures and algorithms in C
https://github.com/stravo1/dsa-c

algorithms c data-structures dsa

Last synced: 3 months ago
JSON representation

data structures and algorithms in C

Awesome Lists containing this project

README

          

## Data structures and algorithms in C
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*