aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: dc13fd6658a7de74be3ab4dffcdc7c3e677e84ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Algorithms and Data Structures

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

## Build

    make

## Run Tests

    make test