SR
sriramkv3010/CPU-Scheduling-Simulator
An implementation of various CPU scheduling algorithms and simulation using GTK3 libraries in c. The algorithms included are FCFS, SJF, SRTF, Priority (preemptive/non-preemptive), Round Robin, HRRN, MLQ, and CFS. It provides output using Gantt-chart execution, and visualises order of process excecution.