• Stars
    star
    1
  • Language
    PHP
  • Created almost 3 years ago

Reviews

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

Repository Details

A Web/CLI tool to generate Gantt Chart and calculate TAT (turnaround time) and WAT (waiting time) based on various scheduling algorithms.

Process Scheduling Solver

A Web/CLI tool to generate Gantt Chart and calculate TAT (turnaround time) and WAT (waiting time) based on various scheduling algorithms.

preview

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)

Built with

  • C Programming Language
  • Laravel
  • Livewire