You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: The function is intended to return the ceiling of the element ele. However, if ele is found in the array (ele == arr[mid]), the function returns ele instead of arr[mid].
Issue: The function is intended to return the ceiling of the element ele. However, if ele is found in the array (ele == arr[mid]), the function returns ele instead of arr[mid].
algorithm_application-> binary_search->cell_of_element
#line10
The text was updated successfully, but these errors were encountered: