Update LRU Cache README.

This commit is contained in:
Oleksii Trekhleb 2023-01-23 18:15:13 +01:00
parent d408abd833
commit 3d8dd9a67f

View File

@ -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 |