Revised the book. (#987)

This commit is contained in:
Yudong Jin
2023-12-14 02:42:53 +08:00
committed by GitHub
parent d67c458caa
commit ed4de4644f
18 changed files with 58 additions and 58 deletions

View File

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