Skip to content

Commit 0f40726

Browse files
committed
Deployed e4acd61 with MkDocs version: 1.0.4
1 parent 0ab560b commit 0f40726

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

15_堆与堆排序/lfu.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""
2+
https://medium.com/@epicshane/a-python-implementation-of-lfu-least-frequently-used-cache-with-o-1-time-complexity-e16b34a3c49b
3+
https://leetcode.com/problems/lfu-cache/
4+
5+
这里学习下 LRU(least frequently used),就是当缓存满了之后剔除一个最少使用的 key。
6+
"""

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,5 +581,5 @@ <h2 id="_21">本电子书制作和写作方式</h2>
581581

582582
<!--
583583
MkDocs version : 1.0.4
584-
Build Date UTC : 2018-12-24 05:05:56
584+
Build Date UTC : 2018-12-24 10:49:23
585585
-->

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)