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

https://github.com/ammahmoudi/os-taskmanager

a context switching simulation of operation system supporting every context switching algorithms and deadlock prevention methods
https://github.com/ammahmoudi/os-taskmanager

context-switching deadlock-avoidance deadlock-detection java

Last synced: 4 months ago
JSON representation

a context switching simulation of operation system supporting every context switching algorithms and deadlock prevention methods

Awesome Lists containing this project

README

        

# Os-TaskManager
a context switching simulation of operation system supporting every context switching algorithms and deadlock prevention methods.

context switching algorithms:

First Come First Serve (FCFS)

Shortest Job First (SJF)

Round Robin (RR)

the full problem is described in the problem.pdf file