You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is designed to test different page replacement algorithms for efficiency. Four page replacement algorithms are simulated: FIFO, LRU, LFU and Random.
To run: <executable> <flag> <pageTableSize>
Flags: -fifo, -lru, -lfu, -ran
About
Simulating and testing different page replacement algorithms for efficiency