page-replacement-algorithms
There are 21 repositories under page-replacement-algorithms topic.
rishitsaiya/CS314-OS-Lab
Operating Systems Lab Course (CS 314), IIT Dharwad
josefdc/page-replacement-simulator
A web-based page replacement simulator that visualizes algorithms like FIFO, LRU, and Optimal, with interactive step-by-step animations, highlighting page faults and hits
vanviethieuanh/page-replacement-algorithms
Page replacement algorithms visulization tool
snehel4510/OS_programs
Repository consisting of C/C++ programs to simulate various Operating system concepts.
CheeseSilly/OS-Page-Replacement-Simulator
(OSPRS)An Experiment in Collaboration in Operating System,which is a web-based Page Replacement Simulator
mohit01-10/Page_Replacement_Algos_Visualizer
One of the key concept we learn in Operating Systems is Paging for virtual memory management. Using page replacement algorithms we decide which memory pages to page out, sometimes called swap out, or write to disk, when a page of memory needs to be allocated. This project helps to visually understand how the Page Replacement Techniques work.
nikita9604/Page-Replacement-Algorithms
Scilab Code solution to Problem 9.8 of Abraham Silberschatz - Operating System Concepts (Book)
Vaibhav-Pant/Operating-System
This repository contains all the source code that I have written for my Operating System course.
leviosacz/Operating-Systems-Coursework
Code for Operating Systems course
Sarrthhak/Page_Replacement_Algorithm_Simulator
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.
ahnafshahrear/Operating-System-Lab
Academic Lab Course of the 27th batch of Computer Science & Engineering | University of Rajshahi - 🇧🇩
Aron-Arboleda/PageReplacementAlgorithms
A Desktop application that serves as a visualizer of the 3 main page replacement algorithms (FIFO, OPT, and LRU).
BurraAbhishek/page_replacement_algorithms_demo.rs
A demonstration of page replacement algorithms using Rust, given the page reference string
KevinMKinney/WSU-Page-Replacement
WSU student code for some page replacement algorithms
Mak-3/Page-replacement-FIFO
Visualization of the page replacement algorithm-FIFO using queue operations
pj-pj-pj/page-replacement-algorithms
os case study
ruchi961/PageReplacement-Algorithms-OS-Python
Contains the Python implementation of the following Page Replacement Algorithms: 1. FIFO Page Replacement 2. LRU Page Replacement 3. Optimal Page Replacement