https://github.com/b-jure/ccoll
ccoll is C library that provides basic data structures.
https://github.com/b-jure/ccoll
c data-structures educational
Last synced: 9 months ago
JSON representation
ccoll is C library that provides basic data structures.
- Host: GitHub
- URL: https://github.com/b-jure/ccoll
- Owner: b-jure
- License: gpl-3.0
- Created: 2023-05-18T21:38:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T06:22:36.000Z (over 2 years ago)
- Last Synced: 2025-01-29T07:42:45.966Z (about 1 year ago)
- Topics: c, data-structures, educational
- Language: C
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ccol
## About
`ccol` is a collection of the basic data structures you would find
in any modern high level programming language.
For educational purposes.