xianii
d225b416cf
feat: add C code in chapter_greedy (#755)
* 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>
2023-09-21 07:52:11 -05:00
..
2023-09-19 23:53:45 +08:00
2023-09-09 00:51:00 +08:00
2023-09-17 01:13:15 +08:00
2023-09-02 23:54:38 +08:00
2023-09-21 07:52:11 -05:00
2023-09-09 19:16:15 +08:00
2023-09-09 16:41:24 +08:00
2023-09-09 19:16:15 +08:00
2023-09-02 23:54:38 +08:00
2023-09-19 23:53:01 +08:00
2023-09-17 01:13:15 +08:00
2023-09-21 07:52:11 -05:00
2023-09-02 23:54:38 +08:00
2023-09-09 16:28:44 +08:00