This project implements two fundamental CPU scheduling algorithms in C: First-Come, First-Served (FCFS): A non-preemptive scheduling algorithm that executes processes in the order of their arrival ...
Interactive Process Management: Dynamically add processes with custom Arrival Time, Burst Time, and Priority. You can also remove processes before starting the simulation. Dynamic Gantt Chart: A color ...