this repository contains, project simulating most basic scheduling algorithms in simplest yet most understandable possible way and can be used to solve problems based on scheduling which students generally study in the subject OS ( Operating Systems) in their Bachelor program
- Add functionality to generate Gantt chart
- Add functionality to export Gantt chart
- Add MQS
- Add MFQS
- Add LRTF
- Add HRTF
- Add LJF
sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt install golang-go -y
if it's done successfully thn execute the program by
go run TaskScheduler.go