hello-algo/codes/c
gonglja 3a559f1b60
Fix some code bugs (#1021)
* fix(counting_sort.c): Fix access out-of-bounds issue

* fix(hash_map_open_addressing.c): Fix coding errors

* fix(binary_search_tree.c): Fix unreleased memory

* Update indentataion
2024-01-02 21:45:01 +08:00
..
chapter_array_and_linkedlist Several improvements (#1002) 2023-12-24 10:37:25 +08:00
chapter_backtracking Update the book based on the revised second edition (#1014) 2023-12-28 18:06:09 +08:00
chapter_computational_complexity update the author info sjinzh -> codingonion (#1017) 2024-01-02 01:25:37 +08:00
chapter_divide_and_conquer feat: Revised the book (#978) 2023-12-02 06:21:34 +08:00
chapter_dynamic_programming feat: Revised the book (#978) 2023-12-02 06:21:34 +08:00
chapter_graph Update the book based on the revised second edition (#1014) 2023-12-28 18:06:09 +08:00
chapter_greedy Update the book based on the revised second edition (#1014) 2023-12-28 18:06:09 +08:00
chapter_hashing Fix some code bugs (#1021) 2024-01-02 21:45:01 +08:00
chapter_heap Update the book based on the revised second edition (#1014) 2023-12-28 18:06:09 +08:00
chapter_searching feat: Revised the book (#978) 2023-12-02 06:21:34 +08:00
chapter_sorting Fix some code bugs (#1021) 2024-01-02 21:45:01 +08:00
chapter_stack_and_queue Update the book based on the revised second edition (#1014) 2023-12-28 18:06:09 +08:00
chapter_tree Fix some code bugs (#1021) 2024-01-02 21:45:01 +08:00
utils fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
.gitignore Format C, C++, C#, Go, Java, Python, Rust code. 2023-09-02 23:54:38 +08:00
CMakeLists.txt refactor: Re-implement hanota.c (#885) 2023-10-27 23:41:58 +08:00