/page-replacement-algorithms

C Implementation of memory page replacement algorithms

Primary LanguageCMIT LicenseMIT

Page replacement Algorithms in C

Simulation of common memory page replacement algorithms done by the OS, implemented in C

Getting Started

You will need to compile the source files for whichever algorithms you want to run, then enter the input file through the stdin of the compiled program. Compile and run C using gcc (ubuntu)

Implemented algorithms