Skip to content

Added [FEATURE REQUEST] <Recursive Binary Search> #4457 #4469

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

Merged
merged 19 commits into from
Oct 1, 2023
Merged

Added [FEATURE REQUEST] <Recursive Binary Search> #4457 #4469

merged 19 commits into from
Oct 1, 2023

Conversation

debnath003
Copy link
Contributor

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.

@debnath003
Copy link
Contributor Author

I have given the recursive binary search code in Java and created a PR, could you please merge it? @debasishbsws @BamaCharanChhandogi

@debasishbsws debasishbsws self-assigned this Oct 1, 2023
@debnath003
Copy link
Contributor Author

I have resolved all the resolved conversations, could you please review it? @debasishbsws

@debnath003 debnath003 closed this Oct 1, 2023
@debnath003 debnath003 reopened this Oct 1, 2023
@debnath003
Copy link
Contributor Author

@debasishbsws I have done the required changes and updated the codes, could you please merge my PR?

@debnath003 debnath003 closed this Oct 1, 2023
@debnath003 debnath003 reopened this Oct 1, 2023
@debnath003
Copy link
Contributor Author

debnath003 commented Oct 1, 2023

@debasishbsws could you please review the changes and merge my PR?

Copy link
Member

@debasishbsws debasishbsws left a comment

Choose a reason for hiding this comment

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

It is great that you have added the tests for the algo. But the implementation is little bit different from my expectation.
You can refer to the BinarySearch.java for understanding for what I am suggesting.
Your class RecursiveBinarySearch should extend the SearchAlogrithm class and implement the find method, that should call your function.

BTW thanks for your contributions, you are doing great so far.

@debnath003
Copy link
Contributor Author

After editing that part, will you merge this PR? Coz everything is okay in that code

@debnath003
Copy link
Contributor Author

I have done what you have told me as follows: my class RecursiveBinarySearch should extend the SearchAlogrithm class and implement the find method, can you please check it @debasishbsws

Copy link
Member

@debasishbsws debasishbsws left a comment

Choose a reason for hiding this comment

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

Looks Good

@debasishbsws debasishbsws enabled auto-merge (squash) October 1, 2023 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants