Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 386 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 386 Bytes

Operating-System-Algorithms

I am trying to solve some problems of operating system algorithm. And Here is the repositories of these solution.

Problem List

  • 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