A python algorithm to simulate an operating system's process scheduler. Priority queue and Round-Robin rules are used.
-
Updated
Dec 31, 2021 - Python
A python algorithm to simulate an operating system's process scheduler. Priority queue and Round-Robin rules are used.
processschedulingalgo is a comprehensive npm package that provides implementations of essential process scheduling algorithms, including FCFS, Priority Scheduling, and SJF, in both preemptive and non-preemptive forms. Ideal for optimizing process management in applications or learning operating system concepts.
Repository for implementation of the First Come First Serve (FCFS) process scheduling algorithm and calculating the average wait time and average turn around time.
Add a description, image, and links to the processs-scheduling topic page so that developers can more easily learn about it.
To associate your repository with the processs-scheduling topic, visit your repo's landing page and select "manage topics."