process-scheduling-solver icon indicating copy to clipboard operation
process-scheduling-solver copied to clipboard

Generate gantt chart and calculate turnaround time and waiting time for various CPU scheduling algorithms.

Results 6 process-scheduling-solver issues
Sort by recently updated
recently updated
newest added

The solver solves the problem with the default process name (A B C ...). It will be very helpful if it can also take user input for process name or...

Please add round-robin algorithm with I/O Burst as well

please add description priority like 1 = very low 2 = low 3 = medium 4 = high 5 = very high in the website im confused when i texting...

![image](https://github.com/boonsuen/process-scheduling-solver/assets/29257166/0d2a2ed7-e22f-463f-bc8c-18448fda89ca) In the above case, shouldn't the positions of `G` & `B` (**Time 8-11**) be switched? Both `G` and `B` have the same priority, arrival time and burst time, however...