/CPU-Scheduling-Algorithms

Rust implementation of CPU scheduling algorithms: FCFS, Round Robin, and SRTF.

Primary LanguageRust

CPU-Scheduling-Algorithms

Implementation of three different CPU scheduling algorithms such as First come first serve, Round Robin and shortest remaining time first in Rust programming language