Skip to content

This repository contains implementations of various CPU scheduling algorithms, including First-Come-First-Serve (FCFS), Shortest-Job-First (SJF), Round Robin (RR), and more. These algorithms are commonly used in operating systems to determine which process should be executed next on the CPU.

Notifications You must be signed in to change notification settings

ShivamGoyal03/Operating-System

Repository files navigation

CPU Scheduling Algorithms

  • This repository contains implementations of various CPU scheduling algorithms, including First-Come-First-Serve (FCFS), Shortest-Job-First (SJF), Round Robin (RR), and more. These algorithms are commonly used in operating systems to determine which process should be executed next on the CPU.

About

This repository contains implementations of various CPU scheduling algorithms, including First-Come-First-Serve (FCFS), Shortest-Job-First (SJF), Round Robin (RR), and more. These algorithms are commonly used in operating systems to determine which process should be executed next on the CPU.

Topics

Resources

Stars

Watchers

Forks