aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* started adding `linked_list` functionality. TODO: finish split functionsjustanothercatgirl2024-06-231-9/+354
|\
* | added `rstypes` header.justanothercatgirl2024-06-222-1/+42
|/
* added binary search function & testsjustanothercatgirl2024-06-201-0/+22
| | | | Also fallthrough attribute
* apperantly string.h conflicts with standard library so I renamed itjustanothercatgirl2024-06-191-0/+0
|
* moved all containers to a single header "container.h"justanothercatgirl2024-06-192-116/+183
| | | | TODO: add linked list, hash map and other shit like this to the header
* tobeamendedjustanothercatgirl2024-05-193-4/+99
|
* added dynarray implementationjustanothercatgirl2024-05-166-0/+268