A web based tool to generate gantt chart and calculate TAT (turnaround time) and WAT (waiting time) based on various scheduling algorithms.
Get it here: process-scheduling-solver.boonsuen.com
- First Come First Serve / FCFS
- Shortest Job First / SJF (non-preemptive)
- Shortest Remaining Time First / SRTF (preemptive)
- Round-Robin / RR
- Priority (non-preemptive)
- Priority (preemptive)
- Fully responsive
- Clean & simple user interface
- Works offline
- Next.js
- TypeScript
- styled-components
- Support higher number for higher priority