Skip to content

Commit

Permalink
Update LRU Cache README.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Jan 23, 2023
1 parent d408abd commit 3d8dd9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data-structures/lru-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ See the `LRUCache` implementation example in [LRUCache.js](./LRUCache.js). The s

*Made with [okso.app](https://okso.app)*

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

## Costs

| | Worst Case |
Expand Down

0 comments on commit 3d8dd9a

Please sign in to comment.