gpl27 / algorithms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:C 98.1%Language:CMake 1.9%