Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 544 Bytes

File metadata and controls

14 lines (10 loc) · 544 Bytes

🚀 FIFO Page Replacement Algorithm by University of Cebu

https://fifo-simulator.vercel.app/

This project was created to demonstrate the FIFO page replacement algorithm, which is commonly used in operating systems to manage page faults by replacing the oldest page in memory.

The app provides a visual simulation of how pages are loaded into memory and replaced using FIFO, showcasing the core concepts of memory management.

Tech Stack:

  • React
  • TypeScript
  • TailwindCSS
  • Vite
  • Vercel for hosting