aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Finished and kind of tested linked listjustanothercatgirl2024-06-264-61/+416
| | | | | HASH MAP IS "finished" BUT UNTESTED AT ALL, I WILL TEST AND WORK ON IT TOMORROW
* Merge remote-tracking branch 'origin/master'justanothercatgirl2024-06-230-0/+0
|\
| * Merge branch 'master' of https://github.com/justanothercatgirl/c_headersjustanothercatgirl2024-06-220-0/+0
| |\
* | \ started adding `linked_list` functionality. TODO: finish split functionsjustanothercatgirl2024-06-233-10/+390
|\ \ \ | |/ / |/| / | |/
| * Merge remote-tracking branch 'origin/master'justanothercatgirl2024-06-201-0/+7
| |\
| * | added binary search function & testsjustanothercatgirl2024-06-203-1/+51
| | |
* | | added `rstypes` header.justanothercatgirl2024-06-225-20/+100
| |/ |/|
* | added binary search function & testsjustanothercatgirl2024-06-203-1/+58
|/ | | | Also fallthrough attribute
* added tests for an array of pointersjustanothercatgirl2024-06-202-1/+27
|
* apperantly string.h conflicts with standard library so I renamed itjustanothercatgirl2024-06-191-0/+0
|
* Merge remote-tracking branch 'origin/master'justanothercatgirl2024-06-190-0/+0
|\
| * tobeamendedjustanothercatgirl2024-05-194-10/+40
| |
* | moved all containers to a single header "container.h"justanothercatgirl2024-06-195-128/+236
| | | | | | | | TODO: add linked list, hash map and other shit like this to the header
* | tobeamendedjustanothercatgirl2024-05-195-10/+126
|/
* added dynarray implementationjustanothercatgirl2024-05-1610-0/+400