page-replacement-algorithm
There are 80 repositories under page-replacement-algorithm topic.
tusharnankani/OperatingSystemAlgorithms
Algorithms built with Java for a better understanding of Operating System ✨
AmanCSE-1/Operating-System
This repository contains the Python Programs for various algorithms of Operating Systems
iamrohitsuthar/SPOS
SPPU Computer Engineering Codes - SPOS (System Programming and Operating System Programs)
vijayakumar-bhaskar/operating-system-concepts-algorithms
This is a collection of main algorithms from the operating system concepts book.
DlonNarvacan/Page-Replacements-Algorithms
This code was written in JAVA.
AvaSharkawy/OS-Algorithms-Simulator
a simulator to simulate OS CPU and Virtual memory page replacement algorithms
nikopetr/Page-Replacement-Algorithms
implementations of FIFO and LRU algorithms
ReflxzR/Page-Swapping-Algorithms
Tabular Visualization of Page Replacement Algorithms used in Operating Systems
shaharsh624/Operating-Systems-Lab
All the programs that were developed in the OS Lab
frhd143/LRU-Page-Replacement-Algorithm
This is an implementation of the Least Recently Used (LRU) page replacement algorithm.
jElhamm/Virtual-Memory
"Implementation of Virtual Memory available in operating systems"
nikunjpansari/Operating-Systems_Lab_CS_314
Operating Systems
Whitelisted2/CS314-OS-Lab
This repository contains files related to Operating Systems Lab (Spring 2023).
BernardDW/PRA
Page Replacement Algorithm calculator/simulator
dalgama/os-page-replacement-algo
Two page-replacement algorithms are implemented, which are the FIFO and LRU page-replacement algorithms. Random page-reference string are used to each algorithm and the number of page faults incurred by each algorithm is recorded.
frhd143/FIFO-Page-Replacement-Algorithm
This is an implementation of the First In First Out (FIFO) page replacement algorithm.
frhd143/Optimal-Page-Replacement-Algorithm
This is an implementation of the Optimal page replacement algorithm.
Kartik-Katkar/Operating-system-Programs
Explore a collection of ready-to-use code solutions for common problems, disk scheduling, shell programming and page scheduling.
nuciferra/osScripts
Basic OS Programs - CPU Scheduling & Page Replacement
pz1971/Operating-System-Algorithms
Common Algorithms used by Operating Systems.
arunkumaraqm/Operating-Systems-Lab
C/C++ Programs for OS Course (Semester 5)
c-ease/page-replacement-in-c
Page replacement algorithms implemented in c language: FIFO, LRU, Optimal, MFU, LFU, Second chance
eponari/Operating-Systems-Coursework
This repository holds coursework from Operating Systems Course done by me.
JavieW/CSCC69_Memory-Management
Translating virtual memory to physical memory using different page replacement algorithms.
jugegp16/virtual-memory-simulation
Simulated virtual page replacement algorithms on memory references traces from various machines.
kunalagra/DSA-Codes
Implementations of Various Data Structures & Algorithms
MilanG99/PageReplacementAlgorithms
Comparison of three common page replacement algorithms in use in Operating Systems.
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.
omercevik/CSE-312
Operating Systems
PriyansuBisht/Operating-System
Some Operating System Alogorithms ( B Tech )
racheliee/skku-OS
24-1 운영체제 (prof. 서의성)
rohitmane01/Operating-System-Lab
💻 OS Lab Programs in C | CPU Scheduling, Memory Management, IPC, Deadlocks | Well-documented & beginner-friendly
Rush-Code10/Interactive-Operating-System-Algorithms-Simulation-Platform
Python desktop app for visualizing CPU scheduling and page replacement algorithms. Includes algorithm comparison tools and workload generator for educational use. Runs offline with Python and matplotlib - no setup required. Perfect for students learning OS concepts visually.
RushiMayur/page-replacement-app
Implementation of Least Recently Used (LRU) and Second Chance page replacement in android
Udrasht/Page-replacement-policies-simulation
Implement page replacement policies like LRU, NFU, FIFO , Aging, Random etc . And also compare their results.