Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Replacement Algorithm

This project demonstrates how memory management works in Operating Systems using page replacement algorithms.

Algorithms Included

- FIFO (First In First Out) - LRU (Least Recently Used) - LFU (Least Frequently Used) - MFU (Most Frequently Used)

Project Structure

src/ → Python source code

docs/ → Assignment document

examples/ → Sample outputs

How to Run

1. Open terminal

2. Go to src folder

cd src

3. Run the program

python page_replacement.py

Author

Dhanushka Rathnayake
Computer Engineering Student

About

Implementation of FIFO, LRU, LFU, and MFU page replacement algorithms in Python

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages