This commit is contained in:
krahets
2023-05-21 19:29:43 +08:00
parent 0c64fc7315
commit 5a68f683b9
26 changed files with 93 additions and 93 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
comments: true
---
# 7.3.   小结
# 6.3.   小结
- 哈希表能够在 $O(1)$ 时间内将键 key 映射到值 value,效率非常高。
- 常见的哈希表操作包括查询、添加与删除键值对、遍历键值对等。