Skip to content

Add Round Robin CPU scheduling algorithm - #3200

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

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!

@github-actions

Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions Bot added the stale Author has not responded to the comments for over 2 weeks label Aug 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions github-actions Bot closed this Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Author has not responded to the comments for over 2 weeks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant