hello-algo/codes/c
krahets 1e49574332 Simplify struct declarations of C.
Use PascalCase for all structs in C.
SImplify n_queens.c
Format C code for chapter of graph.
2023-10-18 02:16:26 +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 Simplify struct declarations of C. 2023-10-18 02:16:26 +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 Simplify struct declarations of C. 2023-10-18 02:16:26 +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