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

Mistivia 4779050053 add licese hace 4 meses
scripts 1208bdd0fc git init hace 1 año
src 1208bdd0fc git init hace 1 año
tests 1208bdd0fc git init hace 1 año
.gitignore 1208bdd0fc git init hace 1 año
LICENSE 4779050053 add licese hace 4 meses
Makefile 1208bdd0fc git init hace 1 año
README.md 1208bdd0fc git init hace 1 año

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