Skip to content

greg-dev/scheduling-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization 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 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 Preview

About

📊 Visualization of algorithms for minimizing maximum lateness

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published