An open API service indexing awesome lists of open source software.

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

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_