Skip to content

CPU Scheduling APP - Android

Latest
Compare
Choose a tag to compare
@vivek9patel vivek9patel released this 02 Dec 11:41
· 12 commits to master since this release

New Features in this version

  • Added haptic feedbacks
  • Fixed bugs in Algorithms

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)