mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 16:19:46 +08:00
Prepare 1.0.0 release (#1044)
* Update the book with the thrid revised edition * Fix a typo * Update the contributors' information * Update the mindmap * Update the version number
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
| 根节点 | root node | 剪枝 | pruning |
|
||||
| 叶节点 | leaf node | 全排列问题 | permutations problem |
|
||||
| 边 | edge | 子集和问题 | subset-sum problem |
|
||||
| 层 | level | N 皇后问题 | N-queens problem |
|
||||
| 层 | level | n 皇后问题 | n-queens problem |
|
||||
| 度 | degree | 动态规划 | dynamic programming |
|
||||
| 高度 | height | 初始状态 | initial state |
|
||||
| 深度 | depth | 状态转移方程 | state-trasition equation |
|
||||
|
||||
Reference in New Issue
Block a user