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

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.

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)

---