Cache
LRU
Least Recently Used
| Algorithm | Complexity |
|---|---|
| Space | |
| Get | |
| Put |
- Implemented by Built-in Structures
- Implemented by hash table and doubly linked list
LFU
Least Frequently Used
| Algorithm | Complexity |
|---|---|
| Space | |
| Get | |
| Put |
ZiliangLeast Recently Used
| Algorithm | Complexity |
|---|---|
| Space | |
| Get | |
| Put |
Least Frequently Used
| Algorithm | Complexity |
|---|---|
| Space | |
| Get | |
| Put |