dsa is my C implementation of basic data structures and algorithms.
Based on books I used to prepare for the Graduation Entrance Exam, and Internet, of course.
Currently includes tree and graph.
There are several interesting sites inspired this project :
- Amazing visulisation of data structures and algorithms
- MIT OpenCourseWare - Introduction to Algorithms: 6.006
- My github repository of Introduction to Algorithms: 6.006
File structure illustration:
--dsa
--include
--dsa
--basic
--graph
--test
--tree
--src
--dsa
--basic
--graph
--test
--tree
.gitignore
Makefile
README.md