Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finished hash_map implementation | justanothercatgirl | 2024-06-28 | 2 | -31/+113 |
| | | | | TODO: fix that one linked list function | ||||
* | Finished and kind of tested linked list | justanothercatgirl | 2024-06-26 | 1 | -47/+389 |
| | | | | | HASH MAP IS "finished" BUT UNTESTED AT ALL, I WILL TEST AND WORK ON IT TOMORROW | ||||
* | started adding `linked_list` functionality. TODO: finish split functions | justanothercatgirl | 2024-06-23 | 1 | -9/+354 |
|\ | |||||
* | | added `rstypes` header. | justanothercatgirl | 2024-06-22 | 2 | -1/+42 |
|/ | |||||
* | added binary search function & tests | justanothercatgirl | 2024-06-20 | 1 | -0/+22 |
| | | | | Also fallthrough attribute | ||||
* | apperantly string.h conflicts with standard library so I renamed it | justanothercatgirl | 2024-06-19 | 1 | -0/+0 |
| | |||||
* | moved all containers to a single header "container.h" | justanothercatgirl | 2024-06-19 | 2 | -116/+183 |
| | | | | TODO: add linked list, hash map and other shit like this to the header | ||||
* | tobeamended | justanothercatgirl | 2024-05-19 | 3 | -4/+99 |
| | |||||
* | added dynarray implementation | justanothercatgirl | 2024-05-16 | 6 | -0/+268 |