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 SortedMatrix.java #1224

Closed mannawar closed 2 months ago

mannawar commented 7 months ago

Out of bound exception checked for search in first half and second half. This will be helpful for others