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
16.07k stars 10.45k forks source link

Getting out of bound exception in infinite arrray #1244

Open Vimalbharath opened 6 months ago

Vimalbharath commented 6 months ago

lectures/10-binary search/code/src/com/kunal/InfiniteArray.java video timing 01:57:00 when index > 6 the error shows up