Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rahulvictor12/priority-scheduling

In this program user enters details such as number of processes and burst time, arrival time ,priority of each processes and whenever CPU preempts a process and shifts CPU shifts control to some another process of higher priority i.e Context Switching happens and according to the priority of the process the processes are arranged or sorted accordingly waiting time and turn around time are calculated.
https://github.com/rahulvictor12/priority-scheduling

Last synced: 21 days ago
JSON representation

In this program user enters details such as number of processes and burst time, arrival time ,priority of each processes and whenever CPU preempts a process and shifts CPU shifts control to some another process of higher priority i.e Context Switching happens and according to the priority of the process the processes are arranged or sorted accordingly waiting time and turn around time are calculated.

Awesome Lists containing this project

README

        

# priority-scheduling
In this program user enters details such as number of processes and burst time, arrival time ,priority of each processes and whenever CPU preempts a process and shifts CPU shifts control to some another process of higher priority i.e Context Switching happens and according to the priority of the process the processes are arranged or sorted accordingly waiting time and turn around time are calculated.