aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Finished hash_map implementationjustanothercatgirl2024-06-281-7/+10
| | | | TODO: fix that one linked list function
* Finished and kind of tested linked listjustanothercatgirl2024-06-261-1/+2
| | | | | HASH MAP IS "finished" BUT UNTESTED AT ALL, I WILL TEST AND WORK ON IT TOMORROW
* added `rstypes` header.justanothercatgirl2024-06-221-9/+12
|
* added binary search function & testsjustanothercatgirl2024-06-201-1/+3
| | | | Also fallthrough attribute
* added tests for an array of pointersjustanothercatgirl2024-06-201-1/+3
|
* moved all containers to a single header "container.h"justanothercatgirl2024-06-191-6/+8
| | | | TODO: add linked list, hash map and other shit like this to the header
* tobeamendedjustanothercatgirl2024-05-191-1/+1
|
* added dynarray implementationjustanothercatgirl2024-05-161-0/+20