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

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

## Build

    make

## Run Tests

    make test