mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 21:33:54 +08:00
Update others/lru_cache.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* Lru is a part of cache algorithms (also frequently called cache replacement
|
||||
* algorithms or cache replacement policies).
|
||||
*
|
||||
* ### Logic:
|
||||
* ### Logic
|
||||
* * Discards the least recently used items first.
|
||||
* * This algorithm requires keeping track of what was used when, which is
|
||||
* expensive if one wants to make sure the algorithm always discards the least
|
||||
|
||||
Reference in New Issue
Block a user