Skip to content

Add Round Robin CPU scheduling algorithm#3200

Open
mannanloomba wants to merge 1 commit into
TheAlgorithms:masterfrom
mannanloomba:feature/round-robin-scheduling
Open

Add Round Robin CPU scheduling algorithm#3200
mannanloomba wants to merge 1 commit into
TheAlgorithms:masterfrom
mannanloomba:feature/round-robin-scheduling

Conversation

@mannanloomba

Copy link
Copy Markdown

Description

This PR adds an implementation of the Round Robin CPU Scheduling Algorithm.

Features

  • Implements the preemptive Round Robin scheduling algorithm.
  • Supports a configurable time quantum.
  • Handles process arrival times.
  • Computes Completion Time (CT)
  • Computes Turnaround Time (TAT)
  • Computes Waiting Time (WT)
  • Includes unit tests using assert

Testing

  • Verified scheduling results for multiple processes.
  • Tested completion time, turnaround time, and waiting time calculations.

@mannanloomba

Copy link
Copy Markdown
Author

Hi maintainers! 👋
Just following up on this PR. Whenever you have time, I'd really appreciate a review. Thank you for maintaining this repository and for your time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant