https://github.com/pal8304/scheduling_algorithms
A simulator of scheduling algorithms for OS project
https://github.com/pal8304/scheduling_algorithms
reactjs scheduling-algorithms
Last synced: over 1 year ago
JSON representation
A simulator of scheduling algorithms for OS project
- Host: GitHub
- URL: https://github.com/pal8304/scheduling_algorithms
- Owner: Pal8304
- Created: 2024-04-10T21:44:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T18:17:36.000Z (about 2 years ago)
- Last Synced: 2025-02-28T12:30:19.495Z (over 1 year ago)
- Topics: reactjs, scheduling-algorithms
- Language: TypeScript
- Homepage: https://scheduling-algorithms-rnud.vercel.app
- Size: 186 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduling Algorithms Simulator
View live at [
https://scheduling-algorithms-rnud.vercel.app/
](https://scheduling-algorithms-rnud.vercel.app/)
This project is a simulator for CPU scheduling algorithms. It is built using React and TypeScript.
Algorithms implemented:
- [x] First Come First Serve (FCFS)
- [x] Shortest Job First Preemptive (SJF-P)
- [x] Shortest Job First Non-Preemptive (SJF-NP)
- [x] Round Robin (RR)
- [ ] Priority Scheduling Preemptive
- [ ] Priority Scheduling Non-Preemptive
Stuff to do:
- [ ] Implement Priority Scheduling Algos
- [ ] Add animations to the gantt chart