Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 790 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 790 Bytes

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