hello-algo/codes
gonglja 53ca2144e2
Fix the problem in binary_tree_bfs.c and the problem that the memory is not released. (#487)
* 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

* fix(codes/c): Fix the problem in binary_tree_bfs.c and the problem that the memory is not released.

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-05-09 00:01:23 +08:00
..
c Fix the problem in binary_tree_bfs.c and the problem that the memory is not released. (#487) 2023-05-09 00:01:23 +08:00
cpp feat: Add the section of n queens problem (#483) 2023-05-04 05:27:17 +08:00
csharp refactor: use global using to reduce usings in each file (#486) 2023-05-06 22:48:02 +08:00
dart Rename the common modules in Java, C++ and C. 2023-04-24 04:11:18 +08:00
go Fix the file headers. 2023-04-23 19:36:07 +08:00
java Update n queens. 2023-05-05 03:42:01 +08:00
javascript Fix the file headers. 2023-04-23 19:36:07 +08:00
python feat: Add the section of n queens problem (#483) 2023-05-04 05:27:17 +08:00
rust Fix the file headers. 2023-04-23 19:36:07 +08:00
swift feat: add Swift codes for permutations_problem article (#482) 2023-05-04 05:31:06 +08:00
typescript Fix the file headers. 2023-04-23 19:36:07 +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