Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c4aa1b

Browse files
committed
Update time complexity table for LRU.
1 parent 3d8dd9a commit 6c4aa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data-structures/lru-cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You may also find more test-case examples of how the LRU Cache works in [LRUCach
2626

2727
## Costs
2828

29-
| | Worst Case |
29+
| | Average |
3030
|---|---|
3131
| Space |`O(n)`|
3232
| Get item | `O(1)` |

0 commit comments

Comments
 (0)