aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c469811f1e58bf12ab6766a5a0e1c45344617a55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

    make

## Run Tests

    make test