• Stars
    star
    201
  • Rank 194,491 (Top 4 %)
  • Language
    TypeScript
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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: boonsuen.com/process-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