Skip to content
#

cpu-scheduling

Here are 72 public repositories matching this topic...

Created a c program that runs different tasks in 3 different queues having distinct quantum times. The scheduling is preemptive provided that the current task's remaining burst time is less than that of the new task. Additionally, implemented a boosting mechanism which prevents tasks from waiting indefinitely (starvation).

  • Updated Dec 30, 2023
  • C

📢A CPU scheduler determines an order for the execution of its scheduled processes. Operating System Scheduler decides which process will run according to a certain data structure that keeps track of the processes in the system and their status.

  • Updated Oct 26, 2023
  • C

Improve this page

Add a description, image, and links to the cpu-scheduling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cpu-scheduling topic, visit your repo's landing page and select "manage topics."

Learn more