Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 455 Bytes

Process Scheduling Simulator

This is an online simulator for general operating system process schedling algorithms. For a live running version of the app, click here

To run locally:

git clone https://github.com/cmonteiro128/process-scheduling-simulator.git
cd process-scheduling-simulator
yarn install
yarn start

This project was bootstrapped using Preact CLI.