Skip to content

FIFO, LRU and Optimal page replacement algorithms are implemented

License

Notifications You must be signed in to change notification settings

shrynshjn/PageReplacement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages