https://github.com/hyouteki/steel
My attempt at building STL (standard template library) in C
https://github.com/hyouteki/steel
c stl
Last synced: 3 months ago
JSON representation
My attempt at building STL (standard template library) in C
- Host: GitHub
- URL: https://github.com/hyouteki/steel
- Owner: hyouteki
- License: gpl-3.0
- Created: 2024-07-25T09:27:18.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T19:19:51.000Z (7 months ago)
- Last Synced: 2025-02-13T06:01:43.269Z (3 months ago)
- Topics: c, stl
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> My attempt at building STL (standard template library) in C.
---- [x] [Node](./header_only/node.h) _Header only_
- [x] [Stack](./header_only/stack.h)
- [x] [Linked list](./header_only/ll.h)
- [x] [String manipulation](./header_only/string.h)
- [x] [Hashmap](./header_only/hashmap.h) _Header only_