Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 262 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 262 Bytes

CPU-Scheduler

Flask Application implements 4 CPU scheduling algorithms: First Come First Serve (FCFS), Shortest Job First (SJF), Shortest Remaining Time (SRT) and Round Robin (RR). The UI is implemented by using wtforms, flask_wtf, and flask_table libraries.