You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/codes/c/chapter_dynamic_programming
jiawenshi 16942dfe32
fix(C): fix the array initialization in coin_change.c (#1277)
7 months ago
..
CMakeLists.txt Add Edit distance in C code (#835) 1 year ago
climbing_stairs_backtrack.c feat: Revised the book (#978) 12 months ago
climbing_stairs_constraint_dp.c fix: Update C code for compatibility with the MSVC compiler (#949) 1 year ago
climbing_stairs_dfs.c feat: Add C code for the section of intro to DP (#771) 1 year ago
climbing_stairs_dfs_mem.c Simplify struct declarations of C. 1 year ago
climbing_stairs_dp.c feat: Add C code for the section of intro to DP (#771) 1 year ago
coin_change.c fix(C): fix the array initialization in coin_change.c (#1277) 7 months ago
coin_change_ii.c fix: Update C code for compatibility with the MSVC compiler (#949) 1 year ago
edit_distance.c feat: Revised the book (#978) 12 months ago
knapsack.c feat: Revised the book (#978) 12 months ago
min_cost_climbing_stairs_dp.c fix: Update C code for compatibility with the MSVC compiler (#949) 1 year ago
min_path_sum.c feat: Revised the book (#978) 12 months ago
unbounded_knapsack.c fix: Update C code for compatibility with the MSVC compiler (#949) 1 year ago