This is a web application written in React, which implements two different scheduling alogrithms:
- Round Robin scheduling with priority preemtpion
- Multilevel queue schedulers with preemption depending on the priority queue the process enters
You need node.js installed to run this application. Get the latest version of node at their site
In order to install the application's required modules run npm install
or yarn
if you use yarn. You can then run the application using npm run start
or yarn start
if you use yarn.