Skip to content

Commit

Permalink
Add missing terminologies (krahets#905)
Browse files Browse the repository at this point in the history
* Update terminology.md

* Update terminology.md

---------

Co-authored-by: Yudong Jin <[email protected]>
  • Loading branch information
yuelinxin and krahets authored Oct 30, 2023
1 parent 33acfc0 commit f7dd05e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/chapter_appendix/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
| 完全二叉树 | complete binary tree |
| 完满二叉树 | full binary tree |
| 平衡二叉树 | balanced binary tree |
| AVL 树 | AVL tree |
| 红黑树 | red-black tree |
| 层序遍历 | level-order traversal |
| 广度优先遍历 | breadth-first traversal |
| 深度优先遍历 | depth-first traversal |
Expand Down Expand Up @@ -101,8 +103,8 @@
|| solution |
| 状态 | state |
| 剪枝 | pruning |
| 全排列问题 | Permutations problem |
| 子集和问题 | Subset-sum problem |
| 全排列问题 | permutations problem |
| 子集和问题 | subset-sum problem |
| N 皇后问题 | N-queens problem |
| 动态规划 | dynamic programming |
| 初始状态 | initial state |
Expand Down

0 comments on commit f7dd05e

Please sign in to comment.