Skip to content

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

License

Notifications You must be signed in to change notification settings

trijezdci/C-Collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

+++

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published