Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 212 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 212 Bytes

PRA

Page Replacement Algorithm calculator/simulator

Supported PRA Algorithms:

  • Clock PRA
  • Second Chance PRA
  • Least Recently Used PRA
  • First In First Out PRA

This little program was made in Python 3.