Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 244 Bytes

File metadata and controls

9 lines (7 loc) · 244 Bytes

Leet-Code

Leet Code Submissions

Submissions

Cache System Design

Q1. LRU Cache

Submission too slow using Queue Next: Write Queue by hand with a method "MoveToFront", use Dictionary to track values to optimize speed at cost of memory