aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a1e12d5c73401806f3ccaf78c9988db7f8f83e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Type-safe Generic Algorithms and Data Structures for C

- Generic Red-black tree
- Generic Vector
- Generic Priority queue
- Generic Hash Table
- Generic quick sort
- Augmented red-black tree
- Murmur Hash
- String utilities

## Build

    make

## Run Tests

    make test