A C library with useful data structures and algorithms
- Linked List (Double)
- Stack
- Queue
- Hash Table
- Binary Search Tree
- Red Black Tree
- Insertion Sort
- Merge Sort
- Heap Sort
- Quick Sort
- Longest Common Subsequence
- run
mkdir buildin the repo directory - cd into the build dir
cd build - run
cmake ../ - run
maketo build the project - run
make installto install it to the system