Skip to content

LRU, MRU, Clock, and Random Page replacement algorithm written in python. This Project is for the "Database Implementation" university course.

Notifications You must be signed in to change notification settings

amindadgar/Page-Replacement-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Page Replacement Algorithms

LRU,MRU,Clock and Random Page replacement algorithm written in python
What is Page Replacement Allgorithms ?
Page replacement algorithms are the techniques using which an Operating System decides which memory pages to swap out, write to disk when a page of memory needs to be allocated.

About

LRU, MRU, Clock, and Random Page replacement algorithm written in python. This Project is for the "Database Implementation" university course.

Topics

Resources

Stars

Watchers

Forks

Languages