8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d408abd commit 3d8dd9aCopy full SHA for 3d8dd9a
src/data-structures/lru-cache/README.md
@@ -22,6 +22,8 @@ See the `LRUCache` implementation example in [LRUCache.js](./LRUCache.js). The s
22
23
*Made with [okso.app](https://okso.app)*
24
25
+You may also find more test-case examples of how the LRU Cache works in [LRUCache.test.js](./__test__/LRUCache.test.js) file.
26
+
27
## Costs
28
29
| | Worst Case |
0 commit comments