Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d8dd9a

Browse files
committed
Update LRU Cache README.
1 parent d408abd commit 3d8dd9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/data-structures/lru-cache/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ See the `LRUCache` implementation example in [LRUCache.js](./LRUCache.js). The s
2222

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

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+
2527
## Costs
2628

2729
| | Worst Case |

0 commit comments

Comments
 (0)