non-premptive

There are 2 repositories under non-premptive topic.

  • KhaledAshrafH/CPU-Scheduling-Simulator

    This project is a Java program with a graphical user interface (GUI) designed to simulate different CPU scheduling algorithms. The goal of this project is to provide a hands-on experience and visual representation of various CPU scheduling algorithms, including Non-Preemptive Priority Scheduling, Non-Preemptive Shortest Job First (SJF), Shortest-Re

    Language:Java10101