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

feat: add non-preemptive SJF scheduling #2801

Merged

Conversation

LakshmiSrikumar
Copy link
Contributor

@LakshmiSrikumar LakshmiSrikumar commented Oct 9, 2024

Description of Change

Non pre-emptive SJF Scheduling algorithm
Added C++ implementation of SJF scheduling algorithm in the directory cpu_scheduling/

Checklist

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

Notes:

@realstealthninja
Copy link
Collaborator

  1. put it in some directory instead of the root directory.
  2. you haven't checked any of the checkboxes in your pull request
  3. please add a description to the pr

@realstealthninja realstealthninja added invalid awaiting modification Do not merge until modifications are made labels Oct 9, 2024
@realstealthninja
Copy link
Collaborator

@LakshmiSrikumar
Copy link
Contributor Author

@realstealthninja I have done the following

@LakshmiSrikumar
Copy link
Contributor Author

@realstealthninja Could you please review the PR ? And could the hacktober label be put ?

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.

Please move this algorithm to cpu_scheduling/ since that seems appropriate

non_preemptive_sjf_scheduling.cpp Outdated Show resolved Hide resolved
non_preemptive_sjf_scheduling.cpp Outdated Show resolved Hide resolved
non_preemptive_sjf_scheduling.cpp Outdated Show resolved Hide resolved
non_preemptive_sjf_scheduling.cpp Outdated Show resolved Hide resolved
non_preemptive_sjf_scheduling.cpp Outdated Show resolved Hide resolved
non_preemptive_sjf_scheduling.cpp Outdated Show resolved Hide resolved
non_preemptive_sjf_scheduling.cpp Outdated Show resolved Hide resolved
non_preemptive_sjf_scheduling.cpp Outdated Show resolved Hide resolved
I have done the necessary changes.
The test function will generate 10 different testcases in which it will print  the before and after the SJF scheduling.

@realstealthninja Kindly review the PR and please accept it.
@LakshmiSrikumar
Copy link
Contributor Author

I have done the necessary changes.

  1. changed the file directory to /cpu_scheduling_algorithms
  2. Now, the test function will generate 10 different testcases in which it will print the before and after the SJF scheduling for each test case.

@realstealthninja Kindly review the PR and please accept it.

@LakshmiSrikumar
Copy link
Contributor Author

@realstealthninja could you please approve the repo ?

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.

Lgtm!

@LakshmiSrikumar
Copy link
Contributor Author

The approved label is not added

@LakshmiSrikumar
Copy link
Contributor Author

LakshmiSrikumar commented Oct 17, 2024 via email

@realstealthninja realstealthninja added approved Approved; waiting for merge hacktoberfest-accepted Accepted to be counted towards Hacktoberfest and removed awaiting modification Do not merge until modifications are made labels Oct 19, 2024
@realstealthninja
Copy link
Collaborator

the approved label is not added and the hacktober has not accepted the repo. Could you tell why ?

On Thu, Oct 17, 2024 at 9:07 PM realstealthninja @.> wrote: @.* approved this pull request. Lgtm! — Reply to this email directly, view it on GitHub <#2801 (review)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBVMSXJBSFNZY5AOPNB33ZTZ37KTDAVCNFSM6AAAAABPUQSYHKVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGNZVGYYTINZTGE . You are receiving this because you modified the open/close state.Message ID: @.***>

I'm very sorry. I've added it now! ❤️ thanks again for contributing

@realstealthninja realstealthninja changed the title Implementation of Non-preemptive SJF scheduling feat: add non-preemptive SJF scheduling Oct 19, 2024
@realstealthninja realstealthninja merged commit 48743d3 into TheAlgorithms:master Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Approved; waiting for merge hacktoberfest hacktoberfest-accepted Accepted to be counted towards Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants