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.76k stars 10.85k forks source link

Fixed Infinite loop #1156

Open saurska opened 1 year ago

saurska commented 1 year ago

Previous code ran into an infinite loop if a>b. Fixed the code by adding an additional "if" condition and managing "return" accordingly