https://github.com/harshitv21/scheduling-algorithm-solver
Scheduling algorithm solver for various algorithms in Operating System like FCFS, Shortest job first, SRTF and Round Robin.
https://github.com/harshitv21/scheduling-algorithm-solver
algorithms bootstrap operating-system react scheduling-algorithms
Last synced: 8 months ago
JSON representation
Scheduling algorithm solver for various algorithms in Operating System like FCFS, Shortest job first, SRTF and Round Robin.
- Host: GitHub
- URL: https://github.com/harshitv21/scheduling-algorithm-solver
- Owner: Harshitv21
- Created: 2024-03-24T08:00:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T18:58:14.000Z (over 1 year ago)
- Last Synced: 2025-06-28T11:46:34.409Z (9 months ago)
- Topics: algorithms, bootstrap, operating-system, react, scheduling-algorithms
- Language: JavaScript
- Homepage: https://scheduling-algorithm-solver.netlify.app/
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduling Algorithm Solver
Scheduling Algorithms to be added,
- [ ] FCFS (First come first serve)
- [ ] SJF (Shortest job first)
- [ ] SRTF (Shortest Remaining time first)
- [ ] RR (Round Robin)
---