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

Update InfiniteArray.java #1263

Open sharshv2012 opened 4 months ago

sharshv2012 commented 4 months ago

Heyy sir, I'm learning from you, in this question one problem existed that if the value of end surpasses the array's length it'll give out of bound error so, I fixed it using nested try n catch. Have a look at the solution. Thanks for this course : )