https://github.com/gr3yknigh1/cboxes
Simple collections library written in C
https://github.com/gr3yknigh1/cboxes
c collections data-structures
Last synced: 7 months ago
JSON representation
Simple collections library written in C
- Host: GitHub
- URL: https://github.com/gr3yknigh1/cboxes
- Owner: gr3yknigh1
- Created: 2022-12-15T11:30:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T18:59:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T13:44:44.715Z (9 months ago)
- Topics: c, collections, data-structures
- Language: C
- Homepage:
- Size: 173 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cboxes
Simple collections library written in C
## Build
**Requirements**:
- CMake
- LLVM Clang
- clang-tidy
- clang-format
- valgrind```bash
make
```## To Do
- [X] Linked List
- [ ] Dynamic Array
- [X] Hash Map
- [ ] 2D Dynamic Array
- [ ] BST