From 3d8dd9a67f7e17ff892dd3186e351a5d9caee329 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Mon, 23 Jan 2023 18:15:13 +0100 Subject: [PATCH] Update LRU Cache README. --- src/data-structures/lru-cache/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data-structures/lru-cache/README.md b/src/data-structures/lru-cache/README.md index b9175ba3..866afa1e 100644 --- a/src/data-structures/lru-cache/README.md +++ b/src/data-structures/lru-cache/README.md @@ -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 |