GitHub / Meet7834 / CPU-Scheduling-Algorithms
This program simulates various CPU scheduling algorithms for a given process queue and provides important metrics such as CPU idle time, waiting time for each process, completion time for each process, and total execution time.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meet7834%2FCPU-Scheduling-Algorithms
Stars: 1
Forks: 0
Open issues: 0
License: None
Language: C
Size: 68.4 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: over 1 year ago
Topics: algorithm, c-programming, fcfs-scheduling, os-scheduling-calculator, round-robin, rr-scheduling, sjf-scheduling, srtf-scheduling, turnaround-time, waiting-time