mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-07 01:44:52 +08:00
Update LRU Cache README.
This commit is contained in:
@ -22,6 +22,8 @@ See the `LRUCache` implementation example in [LRUCache.js](./LRUCache.js). The s
|
|||||||
|
|
||||||
*Made with [okso.app](https://okso.app)*
|
*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
|
## Costs
|
||||||
|
|
||||||
| | Worst Case |
|
| | Worst Case |
|
||||||
|
Reference in New Issue
Block a user