Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasyap1234/assignment3
https://github.com/kasyap1234/assignment3
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kasyap1234/assignment3
- Owner: kasyap1234
- Created: 2023-09-23T17:18:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T17:19:53.000Z (over 1 year ago)
- Last Synced: 2024-11-20T17:17:07.310Z (2 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment3
FCFS Scheduling:
Process Waiting Time Turnaround Time
P1 0 24
P2 20 23
P3 22 25
P4 24 36
Average Waiting Time: 16.50
Average Turnaround Time: 27.00FCFS Scheduling:
Process Waiting Time Turnaround Time
P2 0 3
P3 2 5
P4 4 16
P1 22 46
Average Waiting Time: 7.00
Average Turnaround Time: 17.50FCFS Scheduling:
Process Waiting Time Turnaround Time
P2 0 3
P4 1 13
P1 19 43
P3 38 41
Average Waiting Time: 14.50
Average Turnaround Time: 25.00FCFS Scheduling:
Process Waiting Time Turnaround Time
P2 0 3
P4 1 13
P1 19 43
P3 38 41
Average Waiting Time: 14.50
Average Turnaround Time: 25.00