Skip to content

This is a Python implementation of FIFO, LRU and OPT page replacement algorithms.

Notifications You must be signed in to change notification settings

mehdilerari/Page-replacement-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Page replacement algorithms in python

This program simulates page replacement algorithms using Python and the tkinter library for the GUI. The page replacement algorithms included are FIFO, LRU and OPT.

About

This is a Python implementation of FIFO, LRU and OPT page replacement algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages