Several bug fixes and improvements (#991)

* Several bug fixes.

* Update index.md
This commit is contained in:
Yudong Jin
2023-12-16 03:15:20 +08:00
committed by GitHub
parent 54b1ac8638
commit 406eed82a3
3 changed files with 30 additions and 31 deletions

View File

@@ -15,8 +15,7 @@
| 递归 | recursion | 堆 | heap |
| 尾递归 | tail recursion | 大顶堆 | max heap |
| 递归树 | recursion tree | 小顶堆 | min heap |
| 大 | big- | 优先队列 | priority queue |
| 记号 | notation | | |
| 大 $O$ 记号 | big-$O$ notation | 优先队列 | priority queue |
| 渐近上界 | asymptotic upper bound | 堆化 | heapify |
| 原码 | sign-magnitude | 图 | graph |
| 反码 | 1s complement | 顶点 | vertex |