View Live at: https://simulating-algorithm.netlify.app/
This project is a simulator for CPU scheduling algorithms. It is built using React, JavaScript and Bootstrap.
Algorithms Implemented:
- First Come First Serve (FCFS)
- Shortest Job First Preemptive (SJF-P)
- Shortest Job First Non-Preemptive (SJF-NP)
- Round Robin (RR)