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

Leftmost Index of X in given array #2017

Open
Pushpit07 opened this issue May 27, 2021 · 1 comment
Open

Leftmost Index of X in given array #2017

Pushpit07 opened this issue May 27, 2021 · 1 comment

Comments

@Pushpit07
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In a sorted array of positive integers (elements may be repeated), the task is to find the leftmost index of a number x in the array.

Describe the solution you'd like
I would solve this problem using the principle of binary search

Do you want to work on it
C++

Please assign this to me under GSSoC

@motasimmakki
Copy link

/assign

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

No branches or pull requests

2 participants