Python Implementation for Task Scheduling Algorithms ( FCFS, RR, EDF, LST, RMA, DMA ) as well as accumulative utility test and Completion-time test using Tkinter for GUI
run python main.py
to start the GUI
- FCFS : First come First Serve
- RR : Round Robin
- EDF : Earliest deadline First
- LST : Least slack time
- RMA : Rate Monotonic assignment
- DMA : Deadline Monotonic assignment