Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishmakhijani/cpu-scheduler
https://github.com/krishmakhijani/cpu-scheduler
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krishmakhijani/cpu-scheduler
- Owner: krishmakhijani
- License: mit
- Created: 2023-10-16T12:42:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T07:23:16.000Z (about 1 year ago)
- Last Synced: 2024-12-09T01:38:35.777Z (2 months ago)
- Language: TypeScript
- Homepage: https://cpu-scheduler-ecru.vercel.app
- Size: 55.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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