Simulation and implementation of CPU scheduling and memory management algorithms in operating systems. 🖥️Opearting-System-Project This repository contains implementations and explanations of various ...
Implemented a CPU scheduling simulator covering algorithms: FCFS, RR, SPN/SJF, SRT, HRRN, Feedback (FB), and Aging, demonstrating trade-offs in waiting and turnaround time under varying workloads. - ...