CPU_Scheduler.A short program written in java that simulates three different styles of CPU scheduling. It imitates First Come First Serve(FCFS), High Priority First(HPF), and Round Robin Scheduling. Input is read from a input file called input.txt and the results are outputted to a file called output.txt.