Skip to content
#

disk-scheduling-algorithms

Here are 35 public repositories matching this topic...

This repository hosts a C++ implementation of a multiprogramming operating system simulation. The OS efficiently handles various jobs, manages errors like time limit exceeded and line limit exceeded, and incorporates virtual memory with segmentation. This project serves as a comprehensive simulation of an operating system environment.

  • Updated Dec 22, 2023
  • C++

It's a Java-based repository that aims to implement and compare various disk scheduling algorithms. The project focuses on optimizing the movement of the disk head while accessing I/O blocks on cylinders. It provides a comprehensive solution for analyzing and visualizing the performance of different algorithms.

  • Updated Aug 23, 2023
  • Java

Improve this page

Add a description, image, and links to the disk-scheduling-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the disk-scheduling-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more