Topic: "processs-scheduling"
hernandesmacedo/process-scheduler
A python algorithm to simulate an operating system's process scheduler. Priority queue and Round-Robin rules are used.
Language: Python - Size: 555 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

roy7077/Process-Scheduling-Algorithms
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.
Language: JavaScript - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

re-fractor/process-scheduling-fcfs
Repository for implementation of the First Come First Serve (FCFS) process scheduling algorithm and calculating the average wait time and average turn around time.
Language: Python - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0
