Skip to content

Implementation of a few of the data structures and algorithms in "Introduction to Algorithms" by Thomas Cormen

License

Notifications You must be signed in to change notification settings

gpl27/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

C implementation of a few of the data structures and algorithms in "Introduction to Algorithms" by Thomas Cormen

Running tests

  1. Clone this repo
  2. cd algorithms
  3. mkdir build
  4. cmake -S . -B build/
  5. cmake --build build/
  6. ./build/run_tests

About

Implementation of a few of the data structures and algorithms in "Introduction to Algorithms" by Thomas Cormen

Topics

Resources

License

Stars

Watchers

Forks