zaidmukaddam / scheduling-solver

Home Page:https://scheduling-solver.zaidmkz.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process Scheduling Solver

A web based tool to generate gantt chart and calculate TAT (turnaround time) and WAT (waiting time) based on various scheduling algorithms.

scheduling-solver

Get it here: scheduling-solver

Supported algorithms

  • 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)

Built with

  • Next.js
  • TypeScript
  • styled-components

About

https://scheduling-solver.zaidmkz.xyz


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%