os-scheduling-calculator

There are 2 repositories under os-scheduling-calculator topic.

  • urvesh254/CPU-Scheduling

    Hey there, welcome to CPU Scheduling repository. Here you can see the implementation of CPU Scheduling Algorithm in java language using swing package.

    Language:Java210
  • Meet7834/CPU-Scheduling-Algorithms

    This program simulates various CPU scheduling algorithms for a given process queue and provides important metrics such as CPU idle time, waiting time for each process, completion time for each process, and total execution time.

    Language:C0100