Skip to content

Releases: harisankar01/CPU-Scheduling-Simulation

CpuSchedulingSimulation v1

22 May 17:25
Compare
Choose a tag to compare

This is a release of version 1 of the pip package CpuSchedulingSimulation. This can be used by downloading using pip

pip install CpuSchedulingSimulation

Then this package can be used by importing the Cpu_scheduling_algorithms module and calling the function

import Cpu_scheduling_algorithms as css
css.FCFS()