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.
- Host: GitHub
- URL: https://github.com/briansantoss/libdstructs
- Owner: briansantoss
- License: mit
- Created: 2025-04-08T06:41:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-26T02:29:54.000Z (6 months ago)
- Last Synced: 2025-05-26T03:51:49.516Z (6 months ago)
- Topics: algorithms-and-data-structures, c, library, linked-list, stacks
- Language: C
- Homepage:
- Size: 171 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.