From f6a0ed42bcaba0607fb2cc1d843f90d78ea340c3 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Mon, 23 Jan 2023 18:43:52 +0100 Subject: [PATCH] Update time complexity table for LRU. --- src/data-structures/lru-cache/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | |---|---|