hello-algo/codes/c
Yudong Jin d26e811e10
Several bug fixes and improvements. (#887)
* fix the bugs of C code.

* Add a header figure.

* Improve the definition of tree node height.
2023-10-25 22:59:25 +08:00
..
chapter_array_and_linkedlist Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_backtracking Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_computational_complexity Several bug fixes and improvements. (#887) 2023-10-25 22:59:25 +08:00
chapter_divide_and_conquer Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_dynamic_programming Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_graph Several bug fixes and improvements. (#887) 2023-10-25 22:59:25 +08:00
chapter_greedy Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_hashing Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_heap Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_searching Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_sorting Format C, C++, C#, Go, Java, Python, Rust code. 2023-09-02 23:54:38 +08:00
chapter_stack_and_queue Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_tree Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
utils Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
.gitignore Format C, C++, C#, Go, Java, Python, Rust code. 2023-09-02 23:54:38 +08:00
CMakeLists.txt 增加C的贪心算法代码 (#726) 2023-09-09 16:28:44 +08:00