/C-Collections

C Collections Library. Stacks, queues, double ended queues, priority queues, balanced binary search trees, tries, dynamic arrays and hash tables to store arbitrary data.

Primary LanguageCOtherNOASSERTION

C-Collections

C Collections Library. Stacks, queues, double ended queues, priority queues, balanced binary search trees, tries, dynamic arrays and hash tables to store arbitrary data.

Libraries

BSTlib binary balanced tree library

DASlib dynamic array storage library

DEQlib double ended queue library

FIFOlib FIFO (queue) library

KVSlib key-value storage library

LIFOlib LIFO (stack) library

Patricialib patricia trie library

PQlib priority queue library

Setlib bitset library

+++