FIFO, LRU and Optimal page replacement algorithms are implemented
-
Updated
Oct 19, 2018 - C
FIFO, LRU and Optimal page replacement algorithms are implemented
The page replacement algorithms that will be tested will be: Second Chance, LRU, FIFO, NFR, NRU, Clock, and Random.
This is an implementation of the First In First Out (FIFO) page replacement algorithm.
It is operating system project
operating system programs and algorithms in c
Operating System Lab Code
Add a description, image, and links to the pagereplacement topic page so that developers can more easily learn about it.
To associate your repository with the pagereplacement topic, visit your repo's landing page and select "manage topics."