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 6c4aa1b commit f6a0ed4
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 @@ -24,7 +24,7 @@ See the `LRUCache` implementation example in [LRUCache.js](./LRUCache.js). The s

You may also find more test-case examples of how the LRU Cache works in [LRUCache.test.js](./__test__/LRUCache.test.js) file.

## Costs
## Complexities

| | Average |
|---|---|
Expand Down

0 comments on commit f6a0ed4

Please sign in to comment.