0 Forks
0 Stars
0 Watchers

CPUScheduling

Cpu scheduling is a classic and contemporary computer science problem that started when early computers had processors that remained idle much of the time. The goal initially was to get multiple programs loaded into memory, so they could run back to back.This project mimics the CPU scheduling of processes by using a bunch of scheduling algorithms such as FCFS,SJF,SRF,PB,RR

How to download and setup CPUScheduling

Open terminal and run command
git clone https://github.com/amulyaejjina/CPUScheduling.git
git clone is used to create a copy or clone of CPUScheduling repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with CPUScheduling https://github.com/amulyaejjina/CPUScheduling/archive/master.zip

Or simply clone CPUScheduling with SSH
[email protected]:amulyaejjina/CPUScheduling.git

If you have some problems with CPUScheduling

You may open issue on CPUScheduling support forum (system) here: https://github.com/amulyaejjina/CPUScheduling/issues