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

[Feature]: Binary Search in a Rotated Sorted Array #1742

Closed
4 tasks
yashksaini-coder opened this issue Nov 2, 2024 · 1 comment · Fixed by #1776
Closed
4 tasks

[Feature]: Binary Search in a Rotated Sorted Array #1742

yashksaini-coder opened this issue Nov 2, 2024 · 1 comment · Fixed by #1776
Assignees
Labels
enhancement New feature or request gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels

Comments

@yashksaini-coder
Copy link
Contributor

yashksaini-coder commented Nov 2, 2024

Feature Name

Binary Search in a Rotated Sorted Array

Feature Description

Use a modified binary search to handle rotation. Perform a binary search with a check to determine if the left or right half is sorted. Decide the search direction based on which half contains the target, adjusting search bounds accordingly.

Motivation

This approach combines binary search with conditional checks to locate the target efficiently in a rotated array.

Implementation Suggestions (Optional)

No response

Feature Type

New Algorithm

Does this feature require additional resources?

  • Additional Documentation
  • Third-Party Libraries
  • UI/UX Design
  • Other

References (Optional)

No response

@yashksaini-coder yashksaini-coder added the enhancement New feature or request label Nov 2, 2024
@github-actions github-actions bot added gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels labels Nov 2, 2024
@yashksaini-coder
Copy link
Contributor Author

@ajay-dhangar can you assign me this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant