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: 4 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-29T23:08:47.000Z (5 months ago)
- Last Synced: 2026-01-30T12:54:24.100Z (5 months ago)
- Topics: algorithms-and-data-structures, c, library, linked-list, stacks
- Language: C
- Homepage:
- Size: 101 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.