diff --git a/src/data-structures/lru-cache/README.md b/src/data-structures/lru-cache/README.md index 231656ae3..2076115fa 100644 --- a/src/data-structures/lru-cache/README.md +++ b/src/data-structures/lru-cache/README.md @@ -24,7 +24,7 @@ See the `LRUCache` implementation example in [LRUCache.js](./LRUCache.js). The s You may also find more test-case examples of how the LRU Cache works in [LRUCache.test.js](./__test__/LRUCache.test.js) file. -## Costs +## Complexities | | Average | |---|---|