This is the shared code source used by the Electron and web apps.
This app allows to easily configure and plot processes using the following scheduling algorithms:
- First-come, first-served (FCFS)
- Shortest Job First (SJF, pre-emptive and non pre-emptive)
- Round Robin
The codebase is modular and well-documented, more scheduling algorithms can be easily added.
NOTE: since this was an university project, the app is currently only in Italian.
This repository only holds the shared codebase between the two repositories. Please checkout the Electron app and the web app.