We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4aa1b commit f6a0ed4Copy full SHA for f6a0ed4
src/data-structures/lru-cache/README.md
@@ -24,7 +24,7 @@ See the `LRUCache` implementation example in [LRUCache.js](./LRUCache.js). The s
24
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
27
-## Costs
+## Complexities
28
29
| | Average |
30
|---|---|
0 commit comments