Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krishmakhijani/cpu-scheduler


https://github.com/krishmakhijani/cpu-scheduler

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Process Scheduling Solver
> A web based tool to generate gantt chart and calculate TAT (turnaround time) and WAT (waiting time) based on various scheduling algorithms.

## Supported algorithms
- First Come First Serve / FCFS
- Shortest Job First / SJF (non-preemptive)
- Shortest Remaining Time First / SRTF (preemptive)
- Round-Robin / RR
- Priority (non-preemptive)
- Priority (preemptive)

## Built with
- Next.js
- TypeScript
- styled-components