Update others/lru_cache.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma 2021-08-12 23:50:24 +05:30 committed by GitHub
parent 3d2daf7aad
commit 4bea23efed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@ int main() {
lru_tests::run_tests();
// Usage
lru_cache::LRUCache cache(4);
others::lru_cache::LRUCache cache(4);
cache.refer(1);
cache.refer(2);
cache.refer(3);