aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Finished and kind of tested linked listjustanothercatgirl2024-06-262-13/+25
| | | | | 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-0/+35
|\
| * added binary search function & testsjustanothercatgirl2024-06-201-0/+33
| |
* | added `rstypes` header.justanothercatgirl2024-06-221-0/+35
| |
* | added binary search function & testsjustanothercatgirl2024-06-201-0/+33
|/ | | | Also fallthrough attribute
* added tests for an array of pointersjustanothercatgirl2024-06-201-0/+24
|
* moved all containers to a single header "container.h"justanothercatgirl2024-06-192-6/+45
| | | | TODO: add linked list, hash map and other shit like this to the header
* tobeamendedjustanothercatgirl2024-05-191-5/+26
|
* added dynarray implementationjustanothercatgirl2024-05-161-0/+82