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

Added Preemptive Priority Scheduling Algorithm in Process Scheduling … #1372

Closed
wants to merge 7 commits into from

Conversation

SarojArchana
Copy link

[process_scheduling_algorithms]

References
Issue no. #1339
#1339

Description of Change

This C program demonstrates preemptive priority scheduling using a process struct. It executes various test cases, simulating different scheduling scenarios and calculating average turnaround and waiting times for each case.

Checklist

  • [ x] Added description of change
  • [ x] Added file name matches File name guidelines
  • [ x] Added tests and example, test must pass
  • [ x] Relevant documentation/comments is changed or added
  • [ x] PR title follows semantic commit guidelines
  • [ x] Search previous suggestions before making a new one, as yours may be a duplicate.
  • [ x] I acknowledge that all my contributions will be made under the project's license.

Please review my code

@SarojArchana
Copy link
Author

@Panquesito7 , @alexpantyukhin @tjgurwara99
Please Review this PR.

Copy link
Collaborator

@realstealthninja realstealthninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contributions 😀

…ionally, also provided the explanation of the algorithm used.
@SarojArchana
Copy link
Author

@realstealthninja I have made all the changes suggested by you could you please review my PR now. Thank you for your comments .

@SarojArchana
Copy link
Author

@realstealthninja could you please review my pull request and help in merging.

@realstealthninja
Copy link
Collaborator

Sure

@SarojArchana
Copy link
Author

@realstealthninja Please help to review the change and merge the PR

Copy link
Contributor

github-actions bot commented Jan 1, 2024

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 label Jan 1, 2024
Copy link
Contributor

github-actions bot commented Jan 9, 2024

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 Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants