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

Adding binary search problems in java #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adityasasane2000
Copy link

I added standard problems on binary search from LeetCode:-

  • Find First and Last Position: This problem helps us understand how to efficiently locate the boundaries of a target value in a sorted array.

  • Find Peak Element: This challenge teaches us how to identify a peak in an array using binary search techniques.

  • Special Array: This problem encourages us to apply binary search in a unique context to determine special conditions in an array.

These problems are great for honing our understanding of binary search and its applications.

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

Successfully merging this pull request may close these issues.

1 participant