I am trying to solve some problems of operating system algorithm. And Here is the repositories of these solution.
- banker's algorithm
- fcfs with arrival time
- fcfs without arrival time
- robin round without arrival time
- round robin with arrival time
- sjf non preemptive with arrival time
- sjf non preemptive without arrival time