mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-09 21:47:07 +08:00
Update others/lru_cache.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -263,6 +263,6 @@ int main() {
|
||||
cache.display();
|
||||
|
||||
std::cout << "Hits: " << cache.getHits()
|
||||
<< " Miss: " << cache.getPageFault();
|
||||
<< " Miss: " << cache.getPageFault() << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user