blob: 1d74bb842c74fe5c5d7ad5f4635796eb8fc9d8e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Type-safe Generic Algorithms and Data Structures for C
- Generic red-black tree
- Generic vector
- Generic linked-list
- Generic priority queue
- Generic Hash Table
- Generic quick sort
- Augmented red-black tree
- Murmur Hash
- String utilities
## Build & Install
make
make install
## Run Tests
make test
|