This commit is contained in:
krahets
2023-12-14 02:53:34 +08:00
parent 90491b823f
commit f64f6651d5
17 changed files with 57 additions and 57 deletions

View File

@@ -5,7 +5,7 @@ status: new
# 16.3   术语表
表 16-1 列出了书中出现的重要术语。建议同时记住它们的中英文叫法,以便阅读英文文献。
表 16-1 列出了书中出现的重要术语。建议读者同时记住它们的中英文叫法,以便阅读英文文献。
<p align="center"> 表 16-1 &nbsp; 数据结构与算法的重要名词 </p>
@@ -25,7 +25,7 @@ status: new
| 大 | big- | 优先队列 | priority queue |
| 记号 | notation | | |
| 渐近上界 | asymptotic upper bound | 堆化 | heapify |
| 原码 | signmagnitude | 图 | graph |
| 原码 | sign-magnitude | 图 | graph |
| 反码 | 1s complement | 顶点 | vertex |
| 补码 | 2s complement | 无向图 | undirected graph |
| 数组 | array | 有向图 | directed graph |