Update the book based on the revised second edition (#1014)

* Revised the book

* Update the book with the second revised edition

* Revise base on the manuscript of the first edition
This commit is contained in:
Yudong Jin
2023-12-28 18:06:09 +08:00
committed by GitHub
parent 19dde675df
commit f68bbb0d59
261 changed files with 643 additions and 647 deletions

View File

@@ -23,7 +23,7 @@
- 问题的目标是找出所有可能的解决方案,而不是找出最优解。
- 问题描述中有明显的排列组合的特征,需要返回具体的多个方案。
如果一个问题满足决策树模型,并具有较为明显的“加分项,我们就可以假设它是一个动态规划问题,并在求解过程中验证它。
如果一个问题满足决策树模型,并具有较为明显的“加分项,我们就可以假设它是一个动态规划问题,并在求解过程中验证它。
## 问题求解步骤