Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyberfined/c-algorithms

Set of algorithms and data structures generic implementations
https://github.com/cyberfined/c-algorithms

algorithms-and-data-structures c

Last synced: 3 days ago
JSON representation

Set of algorithms and data structures generic implementations

Awesome Lists containing this project

README

        

# c-algorithms
Set of algorithms and data structures implementations

# Build
```bash
mkdir build
cd build
cmake ..
cmake --build .
ctest
```

# Content
* data structures
* priority queues
* binary heap
* trees
* red-black tree
* AVL tree
* sorting
* heapsort