aboutsummaryrefslogtreecommitdiffstats
path: root/tests/binary_search.c
Commit message (Collapse)AuthorAgeFilesLines
* Finished hash_map implementationjustanothercatgirl2024-06-281-1/+1
| | | | TODO: fix that one linked list function
* added binary search function & testsjustanothercatgirl2024-06-201-0/+33
Also fallthrough attribute