Page-Replacement-Algorithms
This project evaluates how applications respond to a variety of page replacement algorithms. A memory simulator is built to evaluate memory performance using traces from real or simulated applications. Code written for FIFO, LRU, LFU, MFU, and Optimal page replacement.