Skip to content

ucwLeonardo/dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsa

Build Status

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 :

File structure illustration:

--dsa
  --include
    --dsa
      --basic
      --graph
      --test
      --tree
  --src
    --dsa
      --basic
      --graph
      --test
      --tree
  .gitignore
  Makefile
  README.md

About

Data Structures and Algorithms in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published