You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a Java-based simulation of advanced CPU scheduling algorithms, including Non-Preemptive Priority Scheduling, Shortest Job First (SJF), Shortest Remaining Time First (SRTF), and an innovative FCAI Scheduling algorithm.
A Java implementation of First-Come, First-Served (FCFS) and Preemptive Shortest Job First (SJF) Scheduling Algorithms using linked lists. This project simulates CPU process scheduling, calculates waiting & turnaround times, and demonstrates dynamic job execution.