aboutsummaryrefslogtreecommitdiffstats
path: root/include/container.h
Commit message (Collapse)AuthorAgeFilesLines
* Added array_extend function to container.hjustanothercatgirl2024-07-011-2/+9
|
* Finished hash_map implementationjustanothercatgirl2024-06-281-31/+113
| | | | TODO: fix that one linked list function
* Finished and kind of tested linked listjustanothercatgirl2024-06-261-47/+389
| | | | | HASH MAP IS "finished" BUT UNTESTED AT ALL, I WILL TEST AND WORK ON IT TOMORROW
* started adding `linked_list` functionality. TODO: finish split functionsjustanothercatgirl2024-06-231-9/+354
|\
* | added `rstypes` header.justanothercatgirl2024-06-221-1/+3
|/
* added binary search function & testsjustanothercatgirl2024-06-201-0/+22
| | | | Also fallthrough attribute
* moved all containers to a single header "container.h"justanothercatgirl2024-06-191-0/+346
TODO: add linked list, hash map and other shit like this to the header