kunal-kushwaha / DSA-Bootcamp-Java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
17.25k stars 11.08k forks source link

Position of Element in Infinite Sorted Array -> Code Error #1073

Closed mainali123 closed 1 year ago

mainali123 commented 1 year ago

In the Binary Search questions, the method used to find the element in infinite sorted array gives an error when we try to find the index value of the last element present in the array. image image