Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DCacheNode ¶
type DCacheNode struct { Key int Value int Prev *DCacheNode Next *DCacheNode }
type LruCacheList ¶
type LruCacheList struct { HashMap map[int]*DCacheNode // contains filtered or unexported fields }
LRU 最少最近算法
Click to show internal directories.
Click to hide internal directories.