hello-algo/codes
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
..
c Modify code and comments (#473) 2023-04-22 02:03:24 +08:00
cpp Rename the naming of the coding files 2023-04-22 01:38:53 +08:00
csharp Rename the naming of the coding files 2023-04-22 01:38:53 +08:00
dart Format the C code in Clang-Format Style: Microsoft 2023-04-17 21:13:15 +08:00
go Refactor the articles related to searching algorithm. Add the chapter of binary search. Add the section of searching algorithm revisited. (#464) 2023-04-17 18:22:18 +08:00
java Rename the naming of the coding files 2023-04-22 01:38:53 +08:00
javascript Fomrat the JS and TS codes with prettier. 2023-04-17 21:58:11 +08:00
python Rename the naming of the coding files 2023-04-22 01:38:53 +08:00
rust feat(rust/tree): add binary_tree_bfs, binary_tree_dfs, (#450) 2023-04-21 14:58:46 +08:00
swift Refactor the articles related to searching algorithm. Add the chapter of binary search. Add the section of searching algorithm revisited. (#464) 2023-04-17 18:22:18 +08:00
typescript Fomrat the JS and TS codes with prettier. 2023-04-17 21:58:11 +08:00
zig Refactor the articles related to searching algorithm. Add the chapter of binary search. Add the section of searching algorithm revisited. (#464) 2023-04-17 18:22:18 +08:00