Skip to content
#

shortest-job-first

Here are 67 public repositories matching this topic...

CSE3003-Operating-System

This repository contains implementations of various operating system scheduling algorithms in C++. Whether you're a student studying operating systems or a developer looking to understand these algorithms better, this repository aims to provide clear and concise implementations along with explanations to aid your learning.

  • Updated Sep 10, 2024
  • C++

This repository features a Java implementation of various OS scheduling algorithms, including FCFS, SJF, SRTF, Round Robin, and Priority Scheduling. It demonstrates both preemptive and non-preemptive scheduling strategies.

  • Updated Aug 17, 2024
  • Java

processschedulingalgo is a comprehensive npm package that provides implementations of essential process scheduling algorithms, including FCFS, Priority Scheduling, and SJF, in both preemptive and non-preemptive forms. Ideal for optimizing process management in applications or learning operating system concepts.

  • Updated Aug 15, 2024
  • JavaScript

The CPU Scheduling Simulator is a web-based application designed to help users understand and compare different CPU scheduling algorithms. With an intuitive user interface, users can input the arrival times and burst times of processes and select from various scheduling algorithms to see how each one handles task execution.

  • Updated Apr 19, 2024
  • JavaScript

💻 Welcome to the Operating Systems Repository! 📚✨ Immerse yourself in a meticulously curated knowledge reservoir on Operating Systems. 🌐💡 Explore the intricacies of system management, processes, and kernel architecture. 🚀🔍 Master the art of efficient operating system navigation in this dynamic space! 👨‍💻🌐

  • Updated Dec 22, 2023
  • C

Improve this page

Add a description, image, and links to the shortest-job-first 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 shortest-job-first topic, visit your repo's landing page and select "manage topics."

Learn more