feedback-scheduling

There are 2 repositories under feedback-scheduling 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++1532062
  • MohamedFarid612/CPU-Scheduling-Algorithms

    An application showing trace or statistics for 8 different scheduling algorithms.

    Language:C++10