page-replacement-algorithm
There are 67 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
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.
niraj-patil/osScripts
Basic OS Programs - CPU Scheduling & Page Replacement
pz1971/Operating-System-Algorithms
Common Algorithms used by Operating Systems.
shaharsh624/Operating-Systems-Lab
All the programs that were developed in the OS Lab
ar-sayeem/Operating-System
This repository includes implementations of CPU Scheduling (Priority Scheduling and Round Robin), Page Replacement (FIFO, LRU, OPT), and the Banker's Algorithm for deadlock prevention, along with basic Linux shell commands and output images of the algorithms for better understanding.
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
MichaelCCCC/Page-Replacement-Algorithms
Page Replacement Algorithms
MilanG99/PageReplacementAlgorithms
Comparison of three common page replacement algorithms in use in Operating Systems.
omercevik/CSE-312
Operating Systems
PriyansuBisht/Operating-System
Some Operating System Alogorithms ( B Tech )
RushiMayur/page-replacement-app
Implementation of Least Recently Used (LRU) and Second Chance page replacement in android
sogoagain/page-replacement-simulation
C++로 작성된 페이지 교체 시뮬레이션
Udrasht/Page-replacement-policies-simulation
Implement page replacement policies like LRU, NFU, FIFO , Aging, Random etc . And also compare their results.
Hamzawp/OS-Algorithms
Operating System Algorithms code in cpp ✨