mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update others/lru_cache.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
acc2e799f0
commit
1edf69df60
@ -263,6 +263,6 @@ int main() {
|
||||
cache.display();
|
||||
|
||||
std::cout << "Hits: " << cache.getHits()
|
||||
<< " Miss: " << cache.getPageFault();
|
||||
<< " Miss: " << cache.getPageFault() << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user