hello-algo/codes/c/chapter_greedy
Yudong Jin f7c41b6bef
fix: Update C code for compatibility with the MSVC compiler (#949)
* Replace VLA with malloc
Replace VLA with malloc to make C code
compatible with cl compiler on Windows.

* Fix C code for CI compiler.

* Fix C code compability to CI.

* check the trigger
2023-11-17 00:29:54 +08:00
..
CMakeLists.txt fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
coin_change_greedy.c Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
fractional_knapsack.c Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
max_capacity.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
max_product_cutting.c feat: add C code in chapter_greedy (#755) 2023-09-21 07:52:11 -05:00