aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'justanothercatgirl2024-06-201-0/+7
|\
| * added binary search function & testsjustanothercatgirl2024-06-203-1/+58
| | | | | | | | Also fallthrough attribute
* | added binary search function & testsjustanothercatgirl2024-06-203-1/+51
|/
* 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