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
- Host: GitHub
- URL: https://github.com/stravo1/dsa-c
- Owner: stravo1
- Created: 2022-09-09T15:48:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T13:47:42.000Z (over 2 years ago)
- Last Synced: 2025-05-05T21:02:13.280Z (6 months ago)
- Topics: algorithms, c, data-structures, dsa
- Language: C
- Homepage:
- Size: 73.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*