process-scheduling-solver
process-scheduling-solver copied to clipboard
Generate gantt chart and calculate turnaround time and waiting time for various CPU scheduling algorithms.
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...
 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...