cpu-scheduling-app

There are 5 repositories under cpu-scheduling-app topic.

  • yousefkotp/CPU-Scheduling-Algorithms

    An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT), Highest Response Ratio Next (HRRN), Feedback (FB) and Aging.

    Language:C++1262043
  • ammarlodhi255/cpu-scheduling-simulator

    A CPU Scheduling Algorithms Simulator In Java

    Language:Java191016
  • mudra16bhandari/CPU-Scheduling

    Android Application executing CPU Scheduling Algorithms like FCFS, SJF, SRTF, LJF, LRTF, Priority (Preemptive and Non-Preemptive), and Round Robin.

    Language:Java8101
  • kautilyadevaraj/SchedulingAlgorithmSimulator

    This project is a web-based simulator for CPU scheduling algorithms. It allows users to input different processes with specific attributes (arrival time, burst time, etc.) and visualize how these processes are scheduled according to the chosen scheduling algorithm.

    Language:TypeScript2
  • anjali-verma-1407/CPU-Scheduling-Algorithms

    An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT), Highest Response Ratio Next (HRRN), Feedback (FB) and Aging.

    Language:C++1100