Skip to content

Commit 9dd6873

Browse files
committed
update
1 parent 44aad8c commit 9dd6873

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

File renamed without changes.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@ Problem | Solution | Time | Space | Difficul
163163
##Data Structure
164164
Problem | Solution | Time | Space | Difficulty | Notes
165165
--------------- | --------------- | --------------- | --------------- | -------------- | -----
166-
|||||
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
167171

168172
---
169173

0 commit comments

Comments
 (0)