Bhasfe / Bhasfe/cpu-scheduling
Multilevel Queue Scheduling needed
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
**Can someone add a multilabel queue scheduling algorithm?**
**The files you will need to work on**
- Shows Algorithms List
`/screens/AlgorithmsScreen.js`
- Simulator Screen
`/screens/SimulatorScreen.js`
- Gantt Chart component
`cpu-scheduling/components/GanttChart.js `
- Contains Algorithms objects
`cpu-scheduling/data/algorithms-data.js`
- Execution of the processes
`cpu-scheduling/data/execution.js `
- Execution of the processes after I/O device
`cpu-scheduling/data/afterIO.js `
- Algorithms
`cpu-scheduling/data/functions.js`
> You can find further information [here](https://medium.com/@barishasdemir/implementation-of-cpu-scheduling-algorithms-42786fef28f3)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.