hello-algo/codes/c/chapter_dynamic_programming
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
..
climbing_stairs_backtrack.c Several bug fixes and improvements (#945) 2023-11-14 21:27:35 +08:00
climbing_stairs_constraint_dp.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
climbing_stairs_dfs.c feat: Add C code for the section of intro to DP (#771) 2023-09-25 22:11:08 -05:00
climbing_stairs_dfs_mem.c Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
climbing_stairs_dp.c feat: Add C code for the section of intro to DP (#771) 2023-09-25 22:11:08 -05:00
CMakeLists.txt Add Edit distance in C code (#835) 2023-10-07 22:29:44 -05:00
coin_change.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
coin_change_ii.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
edit_distance.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
knapsack.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
min_cost_climbing_stairs_dp.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
min_path_sum.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
unbounded_knapsack.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00