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.24k stars 11.07k forks source link

feat:added new feature to handle index out of bound exception in infinite array problem #1143

Open Sahilkumar19 opened 1 year ago

Sahilkumar19 commented 1 year ago

fix #1127 This pull request introduces a new feature(try and catch)that addresses the exception(index out of bound) handling in the context of the infinite array problem. The changes are aimed at enhancing the robustness and reliability of the codebase when dealing with arrays of unknown or infinite length.