Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 325 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 325 Bytes

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.