| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project presents an interactive simulation of three fundamental Page Replacement Algorithms—FIFO, LRU, and OPT (Optimal Replacement)—built using React and TypeScript. Designed for both educational and demonstrative purposes, the application visualizes memory operations with animations, providing an intuitive understanding of how each algorithm behaves.
FIFO (First-In, First-Out)
LRU (Least Recently Used)
OPT (Optimal Replacement)
Each simulation visually represents:
You can also access the application instantly without setup by visiting the live deployment:
https://page-replacement-simulation-zeta.vercel.app
Just open this URL in any modern browser to use the interactive page replacement simulation online.
The full case study is available at: docs/OS CASE STUDY - Gilbert Cura.pdf
Gilbert Cura Final Project – Chapter 10: Page Replacement Algorithms
| Back | FazBrowse Home | New Git URL |