Skip to content

CPU Scheduling APP - Android

Compare
Choose a tag to compare
@vivek9patel vivek9patel released this 01 Dec 11:02
· 26 commits to master since this release

The initial release of CPU scheduling App

Features

  • 8 CPU Scheduling Algorithms
  • Each algorithm with IO Burst
  • Gannt chart
  • Animation of what happens in CPU and Waiting Queue
  • History Tab to store previously input data

Algorithms

  • FCFS Algorithm
  • SJF Algorithm
  • SRTF Algorithm
  • Round Robin Algorithm
  • LJF Algorithm
  • LRTF Algorithm
  • Priority Scheduling (Preemptive)
  • Priority Scheduling (Non-Preemptive)