~mistivia/algds

Generic algorithms and data structures for C
~mistivia/algds

New git repository added

a month ago

#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