hello-algo/codes/c/chapter_binary_search
gonglja ac6eece4f3
Modify code and comments (#473)
* fix(codes/cpp): Memory leak fix: the space was not freed when pop removed the element.

* fix(codes/cpp): Fix access error when printArray(arr, 0)

* Update PrintUtil.hpp

* fix(codes/c): Fix some errors of cmake build

* feat(codes/c): Add hashing_search.c

* styles(codes/c): Modify function description

* styles(codes/c): Modify binary_search.c code style

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-04-22 02:03:24 +08:00
..
binary_search.c Modify code and comments (#473) 2023-04-22 02:03:24 +08:00
CMakeLists.txt Format the C code in Clang-Format Style: Microsoft 2023-04-17 21:13:15 +08:00