This program simulates three different page replacement algorithms used in operating systems memory management:
First-In-First-Out (FIFO), Least Recently Used (LRU), and Second Chance
A small C program to simulate page replacement algorithms in operating systems
This program simulates three different page replacement algorithms used in operating systems memory management:
First-In-First-Out (FIFO), Least Recently Used (LRU), and Second Chance
A small C program to simulate page replacement algorithms in operating systems
GNU General Public License v3.0