mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 15:14:01 +08:00
Update others/lru_cache.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -155,7 +155,7 @@ static void test_1() {
|
||||
|
||||
log("Running Test-1...");
|
||||
|
||||
lru_cache::LRUCache cache(4);
|
||||
others::lru_cache::LRUCache cache(4);
|
||||
cache.refer(1);
|
||||
cache.refer(2);
|
||||
cache.refer(5);
|
||||
|
||||
Reference in New Issue
Block a user