Algo-Tree icon indicating copy to clipboard operation
Algo-Tree copied to clipboard

Leftmost Index of X in given array

Open Pushpit07 opened this issue 4 years ago • 1 comments

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

Pushpit07 avatar May 27 '21 05:05 Pushpit07

/assign

motasimmakki avatar Sep 30 '21 18:09 motasimmakki