Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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

About

FIFO, LRU and Optimal page replacement algorithms are implemented

Topics

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages