Skip to content

HouariZegai/SchedulingAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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