Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed ll_remove_elem bug | justanothercatgirl | 2024-08-31 | 1 | -0/+4 |
| | |||||
* | Fixed bug in `hset_at` function | justanothercatgirl | 2024-07-10 | 1 | -1/+1 |
| | |||||
* | added function to count elements in hash set | justanothercatgirl | 2024-07-10 | 2 | -22/+53 |
| | |||||
* | added hash set | justanothercatgirl | 2024-07-08 | 3 | -2/+288 |
| | |||||
* | added gitignore | justanothercatgirl | 2024-07-04 | 1 | -0/+4 |
| | |||||
* | Added array_extend function to container.h | justanothercatgirl | 2024-07-01 | 1 | -2/+9 |
| | |||||
* | Finished hash_map implementation | justanothercatgirl | 2024-06-28 | 10 | -47/+240 |
| | | | | TODO: fix that one linked list function | ||||
* | Finished and kind of tested linked list | justanothercatgirl | 2024-06-26 | 4 | -61/+416 |
| | | | | | HASH MAP IS "finished" BUT UNTESTED AT ALL, I WILL TEST AND WORK ON IT TOMORROW | ||||
* | Merge remote-tracking branch 'origin/master' | justanothercatgirl | 2024-06-23 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/justanothercatgirl/c_headers | justanothercatgirl | 2024-06-22 | 0 | -0/+0 |
| |\ | |||||
* | \ | started adding `linked_list` functionality. TODO: finish split functions | justanothercatgirl | 2024-06-23 | 3 | -10/+390 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Merge remote-tracking branch 'origin/master' | justanothercatgirl | 2024-06-20 | 1 | -0/+7 |
| |\ | |||||
| * | | added binary search function & tests | justanothercatgirl | 2024-06-20 | 3 | -1/+51 |
| | | | |||||
* | | | added `rstypes` header. | justanothercatgirl | 2024-06-22 | 5 | -20/+100 |
| |/ |/| | |||||
* | | added binary search function & tests | justanothercatgirl | 2024-06-20 | 3 | -1/+58 |
|/ | | | | Also fallthrough attribute | ||||
* | added tests for an array of pointers | justanothercatgirl | 2024-06-20 | 2 | -1/+27 |
| | |||||
* | apperantly string.h conflicts with standard library so I renamed it | justanothercatgirl | 2024-06-19 | 1 | -0/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | justanothercatgirl | 2024-06-19 | 0 | -0/+0 |
|\ | |||||
| * | tobeamended | justanothercatgirl | 2024-05-19 | 4 | -10/+40 |
| | | |||||
* | | moved all containers to a single header "container.h" | justanothercatgirl | 2024-06-19 | 5 | -128/+236 |
| | | | | | | | | TODO: add linked list, hash map and other shit like this to the header | ||||
* | | tobeamended | justanothercatgirl | 2024-05-19 | 5 | -10/+126 |
|/ | |||||
* | added dynarray implementation | justanothercatgirl | 2024-05-16 | 10 | -0/+400 |