aboutsummaryrefslogtreecommitdiffstats
path: root/include/container.h
Commit message (Expand)AuthorAgeFilesLines
* Added json serializer/parserjustanothercatgirl2025-03-221-0/+2
* Changed comments style, added array deletion functionsjustanothercatgirl2025-02-081-198/+228
* Fixed formattingjustanothercatgirl2025-02-021-21/+21
* Fixed ll_remove_elem bugjustanothercatgirl2024-08-311-0/+4
* Fixed bug in `hset_at` functionjustanothercatgirl2024-07-101-1/+1
* added function to count elements in hash setjustanothercatgirl2024-07-101-15/+27
* added hash setjustanothercatgirl2024-07-081-1/+230
* Added array_extend function to container.hjustanothercatgirl2024-07-011-2/+9
* Finished hash_map implementationjustanothercatgirl2024-06-281-31/+113
* Finished and kind of tested linked listjustanothercatgirl2024-06-261-47/+389
* started adding `linked_list` functionality. TODO: finish split functionsjustanothercatgirl2024-06-231-9/+354
|\
* | added `rstypes` header.justanothercatgirl2024-06-221-1/+3
|/
* added binary search function & testsjustanothercatgirl2024-06-201-0/+22
* moved all containers to a single header "container.h"justanothercatgirl2024-06-191-0/+346