aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ee8d7c414d1007d2de0f0d827e722438ae6e4ef3 (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 Priority queue
- Generic Hash Table
- Generic quick sort
- Augmented red-black tree
- Murmur Hash
- String utilities
- Region-based memory management

## Build

    make

## Run Tests

    make test