/Page-Replacement-Algorithms

Comparison of different page replacement algorithms

Primary LanguageC++

Page-Replacement-Algorithms

A comparison of different page replacement algorithms such as FIFO, LRU and Optimal.

Also comparing the results of an updated algorithm combining FIFO and LRU.