hello-algo/codes
gonglja ac0f405f9a
Fix quadraticRecur bug in space_complexity.c (#651)
* 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.

* feat: Add preorder_traversal_i_compact.c

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

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

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

* fix(codes/c): Add programs that are not managed by cmake (c code)

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

* style(codes/c): Change swap in selection_sort.c to `selectionSort`

* styles(codes/c): Change style.

* fix(codes/c): Fix some formatting errors and temporarily remove backtracking chapters

* fix(codes/c): Fix quadraticRecur bug in `space_complexity.c`

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-07-24 22:29:13 +08:00
..
c Fix quadraticRecur bug in space_complexity.c (#651) 2023-07-24 22:29:13 +08:00
cpp Fix the code of preorder_traversal_iii_compact 2023-07-21 22:08:26 +08:00
csharp fix(csharp): reformat csharp codes and docs (#652) 2023-07-24 19:50:00 +08:00
dart feat: complete Dart codes for chapter_hashing (#566) 2023-06-25 20:57:37 +08:00
go Fix Go comment and link 2023-07-24 13:11:00 +08:00
java Update max_product_cutting.java (#647) 2023-07-24 03:05:57 +08:00
javascript Fix the code of preorder_traversal_iii_compact 2023-07-21 22:08:26 +08:00
python Fix the code of preorder_traversal_iii_compact 2023-07-21 22:08:26 +08:00
rust fix: check the rust codes and fix them (#653) 2023-07-24 22:27:26 +08:00
swift Feature/array representation of tree swift (#649) 2023-07-24 12:46:48 +08:00
typescript Fix the code of preorder_traversal_iii_compact 2023-07-21 22:08:26 +08:00
zig zig : update codes style && rust : add codes for chapter_backtracking. (#613) 2023-07-16 15:36:28 +08:00