Skip to content

This project can be used for the subjects like operating systems etc.

Notifications You must be signed in to change notification settings

PN-Projects/Scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

About

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

To do(s)

Support

  • Develop same project using golang
  • Develop same project using java
  • Develop same project using python
  • Develop same project using c
  • Develop same project using c++
  • Enhancements to be done

    • Add functionality to generate Gantt chart
    • Add functionality to export Gantt chart
    • Add MQS
    • Add MFQS
    • Add LRTF
    • Add HRTF
    • Add LJF

    Deployment

    For Golang

  • linux:
  • setup go environment to be able to run go programs , if not done already , may consider running below command
     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

    About

    This project can be used for the subjects like operating systems etc.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published