Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredScar authored Oct 26, 2018
1 parent 4df41b1 commit 1fcaf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ scheduling algorithms available. The program was made for Sister Jane's COM 310
https://thewolfbadger.github.io/CPU-Simulator/
# Algorithms Included:
## First Come First Served
"First Come First served" CPU scheduling algorithm works like its name the first the job arrive to the ready queue the first it will be processed by the CPU.
"First Come First served" CPU scheduling algorithm works like its name the first job that arrives to the ready queue will be processed by the CPU.
## Non-Preemptive Priority
"Non-Preemptive Priority" works just like "First Come First Served" algorithm except that the jobs in the ready queue are ordered by priority.
## Preemptive Priority
Expand Down

0 comments on commit 1fcaf9f

Please sign in to comment.