Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Sergaster/libclassic

C library which implements some classic algorithms
https://github.com/Sergaster/libclassic

c gpl hashtable key-value list map tree vector

Last synced: 3 months ago
JSON representation

C library which implements some classic algorithms

Awesome Lists containing this project

README

        

C GPL library which implements some classic algorithms.

DESCRIPTION:

C implementation of some basic algorithms:
1. vector
2. list
3. tree's
4. skiplist
5. hashtable's
6. map (based on tree's, hashtable's and skiplist)

Library dealing with void pointers as keys & values of containers.

BUILDING & INSTALL:

autoreconf -fvi
./configure
make
sudo make install