Skip to content

Locality-PH/cpu_scheduler

Repository files navigation

https://cpu-scheduler-online.netlify.app/

CPU SCHEDULING CALCULATOR (PROJECT)

process-scheduling-solver

A Web application that can calculate and generate data such as TurnAroundTime and WaitingTime to ganttchart and table with various algorithm.

(back to top)

Built With

(back to top)

Prerequisites

Install npm from here before proceeding to run the application.

  • npm

Installation

  1. Clone the repo
    https://github.com/Locality-PH/cpu_scheduler.git
  2. Install NPM packages
    npm install
  3. Run the Application
    npm start 

(back to top)

Contributer

Supported Algorithm

  • Priority (non-preemptive)
  • Shortest Remaining Time First, SRTF (preemptive)
  • Shortest Job First, SJF (non-preemptive)

P.S

Use it as you like, your free to use this web app for your own purposes