giraffesyo / scheduling-problem

Scheduling problem for a project in Operating Systems class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduling Problems for Operating Systems

This is a web application written in React, which implements two different scheduling alogrithms:

  1. Round Robin scheduling with priority preemtpion
  2. 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.

About

Scheduling problem for a project in Operating Systems class


Languages

Language:TypeScript 91.5%Language:HTML 7.7%Language:CSS 0.7%