Commit Graph

2 Commits

Author SHA1 Message Date
damianzhenxiaozhi
15d1990a06
should remove node in list and hash table both
删除一个缓存元素时,除了删除链表中的节点,也要删除散列表中的节点。
2019-09-27 15:53:55 +08:00
huoda
a9ad67f3f7 feat(散列表):添加基于散列表实现的LRU算法(java) 2019-08-09 16:39:28 +08:00