hello-algo/codes/javascript/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.js Several bug fixes and improvements (#945) 2023-11-14 21:27:35 +08:00
climbing_stairs_constraint_dp.js fix climbing_stairs_constraint_dp code 2023-08-31 02:31:58 +08:00
climbing_stairs_dfs.js feat(chapter_backtracking): Add js and ts codes for chapter 13.3 (#667) 2023-08-03 14:44:49 +08:00
climbing_stairs_dfs_mem.js feat(chapter_backtracking): Add js and ts codes for chapter 13.3 (#667) 2023-08-03 14:44:49 +08:00
climbing_stairs_dp.js Format JS and TS code. 2023-09-02 23:07:47 +08:00
coin_change.js A few bug fixes. 2023-11-03 22:48:43 +08:00
coin_change_ii.js A few bug fixes. 2023-11-03 22:48:43 +08:00
edit_distance.js Format code and docs. 2023-10-24 16:19:29 +08:00
knapsack.js Format JS and TS code. 2023-09-02 23:07:47 +08:00
min_cost_climbing_stairs_dp.js feat: add dynamic programming code for JS and TS (#692) 2023-08-30 15:27:01 +08:00
min_path_sum.js Fix the code in min_path_sum 2023-10-14 03:25:11 +08:00
unbounded_knapsack.js feat: add dynamic programming code for JS and TS (#692) 2023-08-30 15:27:01 +08:00