https://cpu-scheduler-online.netlify.app/
A Web application that can calculate and generate data such as TurnAroundTime and WaitingTime to ganttchart and table with various algorithm.
Install npm
from here before proceeding to run the application.
- npm
- Clone the repo
https://github.com/Locality-PH/cpu_scheduler.git
- Install NPM packages
npm install
- Run the Application
npm start
- Priority (non-preemptive)
- Shortest Remaining Time First, SRTF (preemptive)
- Shortest Job First, SJF (non-preemptive)
Use it as you like, your free to use this web app for your own purposes