An open API service indexing awesome lists of open source software.

https://github.com/markcaldropoli/cs350assignment3

Optimal, Least Recently Used, FIFO, Random, and Clock Page Replacement Algorithms & Visualizations
https://github.com/markcaldropoli/cs350assignment3

c cpp gnuplot makefile page-replacement

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.