https://github.com/frontear/structs
Implementations of some low-level structures, purely as an exercise.
https://github.com/frontear/structs
Last synced: 11 months ago
JSON representation
Implementations of some low-level structures, purely as an exercise.
- Host: GitHub
- URL: https://github.com/frontear/structs
- Owner: Frontear
- License: gpl-3.0
- Created: 2023-12-22T17:36:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T21:45:08.000Z (about 2 years ago)
- Last Synced: 2025-01-26T11:26:49.983Z (about 1 year ago)
- Language: C
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Structs
C implementations of some low-level structures like Linked Lists, Queues, Stacks, Binary Trees, and more.
## License
This project is licensed under the GNU General Public License v3. Please be mindful of this when forking, downloading, and redistributing.