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.

Home Page:https://www.youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in Finding the Position of Element in infiniteArray

abdulmoizsheraz opened this issue · comments

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?

Hey is this issue still open?I can work on this.