一些给C用的算法和数据结构

Mistivia 1208bdd0fc git init 1 rok pred
scripts 1208bdd0fc git init 1 rok pred
src 1208bdd0fc git init 1 rok pred
tests 1208bdd0fc git init 1 rok pred
.gitignore 1208bdd0fc git init 1 rok pred
Makefile 1208bdd0fc git init 1 rok pred
README.md 1208bdd0fc git init 1 rok pred

README.md

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