CPU scheduling simulation using Pygame
Introduction
Pygame is a python gaming library used to make simple 2D games, but I have used this library to create a simulation of CPU scheduling algorithms. If you are new to pygame read the basics here.
CPU scheduling
CPU Scheduling is a proce...
hariii.hashnode.dev2 min read