Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW ALGORITHM] Round Robin #1875

Open
BigBang001 opened this issue Jan 2, 2025 · 1 comment
Open

[NEW ALGORITHM] Round Robin #1875

BigBang001 opened this issue Jan 2, 2025 · 1 comment

Comments

@BigBang001
Copy link

Issue will be closed if:

  1. You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed.
  2. You propose an algorithm that is already present or has been mentioned in a previous issue.
  3. You create a new issue without completing your previous issue.

Note: These actions will be taken seriously. Failure to follow the guidelines may result in the immediate closure of your issue.


Name:

Round Robin

About:

Description:
I would like to propose adding the Round Robin Scheduling Algorithm to the AlgoGenesis project. This algorithm is a fundamental part of CPU scheduling techniques in operating systems and can be a valuable addition to the collection of algorithms in the repository.

Benefits of the Feature:

  • Educational Value: Round Robin is a core algorithm taught in computer science, making it a useful resource for students and learners.
  • Practical Use: This algorithm simulates real-world CPU scheduling, demonstrating time-sharing systems.
  • Completeness: Expands the range of algorithms in the repository, making it more comprehensive for users exploring scheduling techniques.

Additional Context:
The Round Robin algorithm could be placed under the "CPU Scheduling Algorithms" section. This would provide users with a better understanding of fair process scheduling.

I would be happy to contribute this feature if approved. Let me know if this aligns with the project’s goals!

Copy link

github-actions bot commented Jan 2, 2025

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

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

No branches or pull requests

1 participant