This commit is contained in:
krahets
2023-06-16 21:22:44 +08:00
parent 3881f13deb
commit 79f6055e8b
5 changed files with 399 additions and 37 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
comments: true
---
# 6.3.   小结
# 6.4.   小结
- 哈希表能够在 $O(1)$ 时间内将键 key 映射到值 value,效率非常高。
- 常见的哈希表操作包括查询、添加与删除键值对、遍历键值对等。