Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added `rstypes` header. | justanothercatgirl | 2024-06-22 | 1 | -0/+35 |
| | |||||
* | added binary search function & tests | justanothercatgirl | 2024-06-20 | 1 | -0/+33 |
| | | | | Also fallthrough attribute | ||||
* | added tests for an array of pointers | justanothercatgirl | 2024-06-20 | 1 | -0/+24 |
| | |||||
* | moved all containers to a single header "container.h" | justanothercatgirl | 2024-06-19 | 2 | -6/+45 |
| | | | | TODO: add linked list, hash map and other shit like this to the header | ||||
* | tobeamended | justanothercatgirl | 2024-05-19 | 1 | -5/+26 |
| | |||||
* | added dynarray implementation | justanothercatgirl | 2024-05-16 | 1 | -0/+82 |