We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44aad8c commit 9dd6873Copy full SHA for 9dd6873
2 files changed
Python/LRUCache.py Python/lru-cache.pyPython/LRUCache.py renamed to Python/lru-cache.py
README.md
@@ -163,7 +163,11 @@ Problem | Solution | Time | Space | Difficul
163
##Data Structure
164
Problem | Solution | Time | Space | Difficulty | Notes
165
--------------- | --------------- | --------------- | --------------- | -------------- | -----
166
-|||||
+[LRU Cache] | [lru-cache.py] | _O(1)_ | _O(n)_ | Hard |
167
+
168
169
+[LRU Cache]:https://oj.leetcode.com/problems/lru-cache/
170
+[lru-cache.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/lru-cache.py
171
172
---
173
0 commit comments