aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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