loveBabbar / CodeHelp-DSA-Busted-Series

This repo is creating providing students easy access to all the programs taught under Codehelp's DSA Busted Series.
3.29k stars 2.37k forks source link

removed a line that doesn't interrupt the flow #550

Open Dudam-Neeraj-Dattu opened 1 month ago

Dudam-Neeraj-Dattu commented 1 month ago

I have removed the line mainArrayIndex = mid + 1 because after the completion of the above loop, the index reaches mid + 1 so this line doesn't changes anything, hence I commented it.

Dudam-Neeraj-Dattu commented 1 month ago

Added codes for Lecture 39