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 3d8dd9a commit 6c4aa1bCopy full SHA for 6c4aa1b
src/data-structures/lru-cache/README.md
@@ -26,7 +26,7 @@ You may also find more test-case examples of how the LRU Cache works in [LRUCach
26
27
## Costs
28
29
-| | Worst Case |
+| | Average |
30
|---|---|
31
| Space |`O(n)`|
32
| Get item | `O(1)` |
0 commit comments