Algorithmically optimal LRU cache implementation in 70 lines of python
Primary LanguagePythonMIT LicenseMIT
O(1) (Optimal) LRU cache implementation in 70 lines of python