boonsuen / process-scheduling-solver

Generate gantt chart and calculate turnaround time and waiting time for various CPU scheduling algorithms.

Home Page:https://process-scheduling-solver.boonsuen.com

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.

process-scheduling-solver

Get it here: process-scheduling-solver.boonsuen.com

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)

Features

  • Fully responsive
  • Clean & simple user interface
  • Works offline

Built with

  • Next.js
  • TypeScript
  • styled-components

Upcoming

  • Support higher number for higher priority

About

Generate gantt chart and calculate turnaround time and waiting time for various CPU scheduling algorithms.

https://process-scheduling-solver.boonsuen.com


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%