DSA-Bootcamp-Java
DSA-Bootcamp-Java copied to clipboard
Bug in Finding the Position of Element in infiniteArray
Reproduce the bug : target=10; in the code but when we give target = something else after 10 in Array it will give index out of bound Error because the end exceeds the length of Array
@abdulmoizsheraz , how may I access the source code,(the relevant PR or Issue) for which you have written this comment?
@rishiraj88 https://github.com/kunal-kushwaha/DSA-Bootcamp-Java/blob/main/lectures/10-binary%20search/code/src/com/kunal/InfiniteArray.java
Hey is this issue still open?I can work on this.