Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 343 Bytes

PageReplacement

FIFO, LRU and Optimal page replacement algorithms are implemented

Input

Takes the number of page requests, number of pages and reference strings as input.

Output

Gives the number of page faults, hits and hits ration for all 3 algorithm

Execute

To run the document, in a termnial write: cc pageReplacement.c -o pr ./pr