markcaldropoli / CS350Assignment3

Optimal, Least Recently Used, FIFO, Random, and Clock Page Replacement Algorithms & Visualizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS350-Assignment3

Mark Caldropoli Emileigh Bonzek

generator.c outputs OPT and LRU data. generator2.cpp outputs FIFO, Rand, and Clock.

The makefile compliles both files into ./generator and ./generator2 and is run without any arguments to output the data.

About

Optimal, Least Recently Used, FIFO, Random, and Clock Page Replacement Algorithms & Visualizations


Languages

Language:C++ 56.7%Language:C 40.8%Language:Makefile 2.5%