This is a Page Replacement Techniques Visualizer project.
-
Updated
Sep 29, 2023 - Python
This is a Page Replacement Techniques Visualizer project.
Page Replacement Algorithm Simulator is a Streamlit-based application that simulates and compares FIFO, LRU, and Optimal algorithms. It displays memory state changes, compares page faults, and provides insights into algorithm performance.
Contains the Python implementation of the following Page Replacement Algorithms: 1. FIFO Page Replacement 2. LRU Page Replacement 3. Optimal Page Replacement
Add a description, image, and links to the page-replacement-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the page-replacement-algorithms topic, visit your repo's landing page and select "manage topics."