Skip to content

techno96/gantt_chart_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gantt Chart simulation for process overlap

This is a primitive simulator that allows you to visualize how process overlap and scheduling happens in an Operating System using a Gantt Chart, by utilizing process burst times.

It provides a visualization for the following scheduling strategies :

  • FCFS (First Come First Serve)
  • SHORTEST JOB FIRST(non-preemptive)
  • SHORTEST JOB FIRST(preemptive)
  • ROUND ROBIN
  • PRIORITY(non-preemptive)
  • PRIORITY(preemptive)

About

Gantt Chart simulation for process overlap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages