This project consists of creating different process scheduling algorithms to complete a predefined set of tasks according to the order of each algorithm.
Implement First-Come First-Served (FCFS), Shortest-Job-First (SJF), Priority Scheduling, Round-Robin Scheduling, and Priority of Round-Robin.