Skip to content

CpuSchedulingSimulation v1

Latest
Compare
Choose a tag to compare
@harisankar01 harisankar01 released this 22 May 17:25
· 2 commits to main since this release

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()