View live at https://scheduling-algorithms-rnud.vercel.app/
This project is a simulator for CPU scheduling algorithms. It is built using React and TypeScript.
Algorithms implemented:
- First Come First Serve (FCFS)
- Shortest Job First Preemptive (SJF-P)
- Shortest Job First Non-Preemptive (SJF-NP)
- Round Robin (RR)
- Priority Scheduling Preemptive
- Priority Scheduling Non-Preemptive
Stuff to do:
- Implement Priority Scheduling Algos
- Add animations to the gantt chart