The main function of this app is solving and graphing different CPU Scheduling algorithms. The values plot in a process table and it gives you the algorithm that computes the average waiting and turnaround time.
To give you some information, CPU scheduling is a process which allows one process to use the CPU while the execution of another process is on hold (in waiting state) due to unavailability of any resource like I/O etc, thereby making full use of CPU. The aim of CPU scheduling is to make the system efficient, fast and fair.
Just follow these STEPS:
1.Click on computer button in homepage.
2.Add a process array.
3. Choose a CPU Scheduling algorithm.
4. See the Gantt chart and the result of the computation.
FEATURES
●	Contains 4 CPU Scheduling algorithms: 
        1. First Come First Serve
        2. Shortest Job First
        3. Round Robin
        4. Random 
●	Contains  populate sample values to try different algorithms immediately.
●	Easy to use: You can try different algorithms in 2 steps (Choose array and choose algorithm)
●	Works Offline!.