Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 349 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 349 Bytes

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.