🛸
Cracking Mah Brain
Highlights
Pinned Loading
-
-
-
One of the main tasks of an operatin...
One of the main tasks of an operating system is scheduling processes to run on the CPU. This gist simulatates Round Robin and FCFS scheduling algorithms. It accurately simulates Gantt Chart, average waiting time, average turnaround time and average response time. 1#include <stdint.h>
2#include <stdbool.h>
3#include <stdio.h>
45void calcAvg(int n, int *waitTime, int *turnaroundTime, int *responseTime)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.