mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-07 20:46:16 +08:00
Update others/lru_cache.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -251,7 +251,7 @@ int main() {
|
|||||||
lru_tests::run_tests();
|
lru_tests::run_tests();
|
||||||
|
|
||||||
// Usage
|
// Usage
|
||||||
lru_cache::LRUCache cache(4);
|
others::lru_cache::LRUCache cache(4);
|
||||||
cache.refer(1);
|
cache.refer(1);
|
||||||
cache.refer(2);
|
cache.refer(2);
|
||||||
cache.refer(3);
|
cache.refer(3);
|
||||||
|
|||||||
Reference in New Issue
Block a user