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