Skip to content

Commit

Permalink
Update time complexity table for LRU.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Jan 23, 2023
1 parent 3d8dd9a commit 6c4aa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-structures/lru-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You may also find more test-case examples of how the LRU Cache works in [LRUCach

## Costs

| | Worst Case |
| | Average |
|---|---|
| Space |`O(n)`|
| Get item | `O(1)` |
Expand Down

0 comments on commit 6c4aa1b

Please sign in to comment.