mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Update time complexity table for LRU.
This commit is contained in:
parent
6c4aa1b6a2
commit
f6a0ed42bc
@ -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.
|
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 |
|
| | Average |
|
||||||
|---|---|
|
|---|---|
|
||||||
|
Loading…
Reference in New Issue
Block a user