Update README.md

This commit is contained in:
hlccd
2021-12-25 17:59:54 +08:00
committed by GitHub
parent dc768ba891
commit e19ea41a04

View File

@@ -44,7 +44,7 @@
#### 哈希映射:hashMap #### 哈希映射:hashMap
参考https://zhuanlan.zhihu.com/p/447063415 参考https://zhuanlan.zhihu.com/p/447063415
#### 单词查找树:trie #### 字典查找树:trie
参考https://zhuanlan.zhihu.com/p/447352512 参考https://zhuanlan.zhihu.com/p/447352512
#### 最近最少使用链:lru #### 最近最少使用链:lru