hello-algo/codes/csharp/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.cs Several bug fixes and improvements (#945) 2023-11-14 21:27:35 +08:00
climbing_stairs_constraint_dp.cs fix(csharp): Modify method name to PascalCase, simplify new expression (#840) 2023-10-07 12:33:46 -05:00
climbing_stairs_dfs.cs Fix code naming style. 2023-10-15 21:18:09 +08:00
climbing_stairs_dfs_mem.cs Fix code naming style. 2023-10-15 21:18:09 +08:00
climbing_stairs_dp.cs fix(csharp): Modify method name to PascalCase, simplify new expression (#840) 2023-10-07 12:33:46 -05:00
coin_change.cs A few bug fixes. 2023-11-03 22:48:43 +08:00
coin_change_ii.cs A few bug fixes. 2023-11-03 22:48:43 +08:00
edit_distance.cs fix(csharp): Modify method name to PascalCase, simplify new expression (#840) 2023-10-07 12:33:46 -05:00
knapsack.cs fix(csharp): Modify method name to PascalCase, simplify new expression (#840) 2023-10-07 12:33:46 -05:00
min_cost_climbing_stairs_dp.cs fix(csharp): Modify method name to PascalCase, simplify new expression (#840) 2023-10-07 12:33:46 -05:00
min_path_sum.cs Fix the code in min_path_sum 2023-10-14 03:25:11 +08:00
unbounded_knapsack.cs fix(csharp): Modify method name to PascalCase, simplify new expression (#840) 2023-10-07 12:33:46 -05:00