Skip to content

greg-dev/scheduling-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualisation of algorithms for Minimizing Maximum Lateness

Yet another small JavaScript project created for my studies (Real-time Computing Systems course) in 2008.

The task was to implement different an algorithms for Minimizing Maximum Lateness for below problems:

  • 1|rj=0|Lmax (a simple single machine case)
  • 1|rj,prm|Lmax (preemptive tasks on single machine)
  • 1|rj,prm,prec|Lmax (preemptive tasks with precedence constraints on single machine)
  • P|pj=1,in-tree|Lmax (Tree-structured tasks on parallel machines)

Live demo:

https://greg-dev.github.io/scheduling-algorithms/

Preview

About

📊 Visualization of algorithms for minimizing maximum lateness

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published