Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduling Algorithms

Introduction

Scheduling algorithms are techniques to achieve Quality-of-Service (QoS) while using shared resources, i tried implement some techniques of scheduling in Java (i did not find implementation in this language).

Algorithms

  • SPQ (Strict Priority Queueing)
  • WRR (Weighted Round Robin)
  • DWRR (Deficit Weighted Round Robin)

Screenshots

Main App
Screenshot

Releases

Packages

Used by

Contributors

Languages