An open API service indexing awesome lists of open source software.

https://github.com/briansantoss/libdstructs

A C library implementing the most commonly used data structures: linked lists, stacks, queues, binary trees, hash tables, sets and array lists/vectors.
https://github.com/briansantoss/libdstructs

algorithms-and-data-structures c library linked-list stacks

Last synced: 5 months ago
JSON representation

A C library implementing the most commonly used data structures: linked lists, stacks, queues, binary trees, hash tables, sets and array lists/vectors.

Awesome Lists containing this project

README

          

# LibDataStructs
A C library implementing the most commonly used data structures: linked lists, stacks, queues, binary trees, hash tables, and array lists.