mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 00:26:29 +08:00
d225b416cf
* add fractional_knapsack.c * update CMakeLists * add c code in chapter_greedy * fix header format * format code by clang-format * remove extra comments * replace ternary operator to MACRO * parameters form adjustment * Update fractional_knapsack.c * Update max_capacity.c * Update max_product_cutting.c * add comments for consistency with cpp ver * move MIN&MAX macro to source file * typo fix --------- Co-authored-by: Yudong Jin <krahets@163.com> |
||
---|---|---|
.. | ||
chapter_array_and_linkedlist | ||
chapter_backtracking | ||
chapter_computational_complexity | ||
chapter_graph | ||
chapter_greedy | ||
chapter_hashing | ||
chapter_heap | ||
chapter_searching | ||
chapter_sorting | ||
chapter_stack_and_queue | ||
chapter_tree | ||
utils | ||
.gitignore | ||
CMakeLists.txt |