hello-algo/docs
gonglja 46d6463883
Remove unnecessary printing (#733)
* 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 space_complexity.c build error.

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

* feat(code/c): Update push_back and pop_back in vector.h

* styles(codes/c): Adjust  format.

* style: Remove unnecessary print.

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-09-09 16:42:04 +08:00
..
assets Update the chapter of 2023-08-28 04:34:25 +08:00
chapter_appendix Fix a figure and latex symbols. 2023-08-30 15:25:03 +08:00
chapter_array_and_linkedlist fix preorder_traversal_iii_compact code 2023-09-09 00:51:00 +08:00
chapter_backtracking fix preorder_traversal_iii_compact code 2023-09-09 00:51:00 +08:00
chapter_computational_complexity feat: add rust docs for chapter computational complexity (#723) 2023-09-06 16:58:20 +08:00
chapter_data_structure Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_divide_and_conquer Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_dynamic_programming Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_graph Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_greedy Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_hashing Remove unnecessary printing (#733) 2023-09-09 16:42:04 +08:00
chapter_heap Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_introduction Finetune all the figures. (#704) 2023-08-30 05:20:43 +08:00
chapter_preface Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_reference Polish the chapter of heap, introduction, preface. 2023-04-09 19:12:37 +08:00
chapter_searching Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_sorting Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_stack_and_queue Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
chapter_tree Sort the coding languages by applications. (#721) 2023-09-04 03:19:08 +08:00
index.assets Finetune the documents. 2023-07-22 04:29:08 +08:00
javascripts Add the summary of chapter divide and conquer 2023-07-17 20:23:46 +08:00
stylesheets Update the landing page and README. 2023-06-18 04:39:20 +08:00
index.md Finetune and fix 2023-08-24 17:48:35 +08:00