Commit Graph

2 Commits

Author SHA1 Message Date
Oleksii Trekhleb
69c3a16f75 Refactor LRU Cache. 2023-01-24 09:04:02 +01:00
Oleksii Trekhleb
e4f2ccdbec Add an example of the LRU (Least Recently Used) Cache implementation (#980)
* Add an example of the LRU Cache implementation.

* Promote the node on set() as well.

* Add LRU Cache images.
2023-01-23 18:03:40 +01:00