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
- Host: GitHub
- URL: https://github.com/markcaldropoli/cs350assignment3
- Owner: markcaldropoli
- Created: 2019-03-07T17:08:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T17:02:34.000Z (almost 7 years ago)
- Last Synced: 2025-07-04T09:07:42.482Z (8 months ago)
- Topics: c, cpp, gnuplot, makefile, page-replacement
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.