hello-algo/codes/c
lucas f98b337144
refactor: Re-implement hanota.c (#885)
* feat: re-impl hanota.c

* chore: Remove useless comment code

* Update hanota.c

* Update hanota.c

* Update print_util.h

* Update CMakeLists.txt

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-10-27 23:41:58 +08:00
..
chapter_array_and_linkedlist Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_backtracking refactor: Replace vector with array in C code (#894) 2023-10-27 23:26:48 +08:00
chapter_computational_complexity Several bug fixes and improvements. (#887) 2023-10-25 22:59:25 +08:00
chapter_divide_and_conquer refactor: Re-implement hanota.c (#885) 2023-10-27 23:41:58 +08:00
chapter_dynamic_programming Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_graph Replace "结点" with "节点". 2023-10-27 23:24:13 +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 feat: add top_k.c and refactor top_k.js (#889) 2023-10-26 02:54:19 +08:00
chapter_searching Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_sorting A few improvements to the C code. 2023-10-27 01:13:36 +08:00
chapter_stack_and_queue Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
chapter_tree refactor: Replace vector with array in C code (#894) 2023-10-27 23:26:48 +08:00
utils refactor: Re-implement hanota.c (#885) 2023-10-27 23:41:58 +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