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.08k stars 10.98k forks source link

Update InfiniteArray.java #1256

Open Anshsahu0802 opened 7 months ago

Anshsahu0802 commented 7 months ago

fixed index going out of Bounds in ans method by increasing the end by 2 just times and not adding previous end