Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /