Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 343 Bytes

SchedulingAlgorithms

Popular Scheduling Algorithms, but in Swift Playgrounds

Unit tested. Please contribute.

CPU Scheduling Algorithms

  • First Come First Search FCFS
  • Shortest Job First SJF
  • Shortest-Remaining-Time-First (Preemptive SJF) SRTF
  • Priority Based Scheduling PBS
  • Round Robin RR

@erkekin