aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dynarray.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed comments style, added array deletion functionsjustanothercatgirl2025-02-081-0/+1
|
* Finished and kind of tested linked listjustanothercatgirl2024-06-261-1/+1
| | | | | HASH MAP IS "finished" BUT UNTESTED AT ALL, I WILL TEST AND WORK ON IT TOMORROW
* moved all containers to a single header "container.h"justanothercatgirl2024-06-191-6/+5
| | | | 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