hello-algo/codes/c/chapter_dynamic_programming
Yudong Jin fcbaf101a4
Several bug fixes and improvements (#945)
* Update Dockerfile for code debugging.

* Format Python code using Black.

* Improve dark theme by defining html classes for the figures, animations and cover images.

* Fix several glossary translation.

* Update a code comment.

* Fix climbing_stairs_backtrack: the pruning should not require the sorted choices list.

* Update the code of array and list traversal.

* Fix a rendering issue of README.md

* Update code of list traversal.

* Fix array_definition.png

* Update README.md

* Fix max_capacity_moving_short_board.png

* Fix array.dart

* Fix array.dart

* Fix array.dart

* Fix array.dart
2023-11-14 21:27:35 +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 Add Climbing stairs constraint dp in C code (#829) 2023-10-07 22:28:23 -05: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 A few bug fixes. 2023-11-03 22:48:43 +08:00
coin_change_ii.c A few bug fixes. 2023-11-03 22:48:43 +08:00
edit_distance.c Add Edit distance in C code (#835) 2023-10-07 22:29:44 -05:00
knapsack.c Add Knapsack in C code (#830) 2023-10-07 08:33:41 -05:00
min_cost_climbing_stairs_dp.c Simplify struct declarations of C. 2023-10-18 02:16:26 +08:00
min_path_sum.c Fix the code in min_path_sum 2023-10-14 03:25:11 +08:00
unbounded_knapsack.c Add Unbounded knapsack in C code (#832) 2023-10-07 08:38:02 -05:00