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

Mistivia 4779050053 add licese il y a 4 mois
scripts 1208bdd0fc git init il y a 1 an
src 1208bdd0fc git init il y a 1 an
tests 1208bdd0fc git init il y a 1 an
.gitignore 1208bdd0fc git init il y a 1 an
LICENSE 4779050053 add licese il y a 4 mois
Makefile 1208bdd0fc git init il y a 1 an
README.md 1208bdd0fc git init il y a 1 an

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