disk-scheduling-algorithms
There are 46 repositories under disk-scheduling-algorithms topic.
disk-scheduling-in-c
disk scheduling algorithms implemented in c language: FCFS, SSTF, SCAN C-SCAN
Disk-Scheduling-Algorithms-Visualizer
It's a simulation website which demonstrats the working of six different types of disk scheduling algorithms in operating systems viz. FCFS, SSTF, SCAN, C-SCAN, LOOK, C-LOOK
Operating-System-Algorithms
This Repo Consists of Source code of Process Scheduling Algorithms (FCFS,SJF,SRTF,Priority,Round Robin), Deadlock Prevention & Detection Algorithm - Safety Algorithms, Memory Allocation Schemes (First Fit, Best Fit, Worst Fit), Page Replacement Algorithms (FCFS, LRU, Optimal ) and Disk Scheduling Algorithms and Many More ......
DiskScheduling
This code was written in JAVASCRIPT
Disk-Scheduling
Disk scheduling is done by operating systems to schedule IO requests arriving for the disk, this project simulates some disk scheduling algorithms like SSTF and more.
ManipulationBTree
Implementação de um programa que manipula uma árvore B em disco
SCAN-Disk-Scheduling-in-c
An example on how SCAN disk scheduling algorithm works
disk-scheduling-sim
simulation of disk scheduling algorithms
Disk-Scheduling-Program
💿 Disk scheduling GUI program: CSCAN, CLOOK, & LOOK algorithms with graph visualization using JFreeChart library written in Java