-
Notifications
You must be signed in to change notification settings - Fork 1
amindadgar/Page-Replacement-algorithms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.