Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Sergaster/libclassic
- Owner: Sergaster
- License: lgpl-2.1
- Created: 2022-06-04T11:25:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T10:38:34.000Z (over 1 year ago)
- Last Synced: 2023-07-05T11:41:03.812Z (over 1 year ago)
- Topics: c, gpl, hashtable, key-value, list, map, tree, vector
- Language: C
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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