Skip to content

Karpov-Ruslan/Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program implements the LRU cache, as well as the ideal cache
There are 4 targets in this program:
Cache - For user calls
LFU - only hits of LFU cache
Ideal - only hits of ideal cache
Test - To call tests

Cache:
The first number - the Cache Size
The second number - the number of elements
Next numbers, the number of which is equal to the second number - elements

Ideal:
As for Cache

LFU:
As for Cache

Test:
The first number is the number of tests
Further as in Cache, but two numbers are added in front, whis are expected numbers in LFU cache and ideal cache

It is expected that the files will not be moved to the project repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published