mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 16:16:28 +08:00
f7c41b6bef
* 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 |
||
---|---|---|
.. | ||
climbing_stairs_backtrack.c | ||
climbing_stairs_constraint_dp.c | ||
climbing_stairs_dfs.c | ||
climbing_stairs_dfs_mem.c | ||
climbing_stairs_dp.c | ||
CMakeLists.txt | ||
coin_change.c | ||
coin_change_ii.c | ||
edit_distance.c | ||
knapsack.c | ||
min_cost_climbing_stairs_dp.c | ||
min_path_sum.c | ||
unbounded_knapsack.c |