mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 01:06:28 +08:00
build
This commit is contained in:
parent
f64f6651d5
commit
c12f88552b
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@ status: new
|
||||||
| 递归 | recursion | 堆 | heap |
|
| 递归 | recursion | 堆 | heap |
|
||||||
| 尾递归 | tail recursion | 大顶堆 | max heap |
|
| 尾递归 | tail recursion | 大顶堆 | max heap |
|
||||||
| 递归树 | recursion tree | 小顶堆 | min heap |
|
| 递归树 | recursion tree | 小顶堆 | min heap |
|
||||||
| 大 | big- | 优先队列 | priority queue |
|
| 大 $O$ 记号 | big-$O$ notation | 优先队列 | priority queue |
|
||||||
| 记号 | notation | | |
|
|
||||||
| 渐近上界 | asymptotic upper bound | 堆化 | heapify |
|
| 渐近上界 | asymptotic upper bound | 堆化 | heapify |
|
||||||
| 原码 | sign-magnitude | 图 | graph |
|
| 原码 | sign-magnitude | 图 | graph |
|
||||||
| 反码 | 1’s complement | 顶点 | vertex |
|
| 反码 | 1’s complement | 顶点 | vertex |
|
||||||
|
|
Loading…
Reference in a new issue