codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
327 stars 334 forks source link

Binary Search in 2D Arrays (C++) #621

Closed Ultimateutkarsh11 closed 1 year ago

Ultimateutkarsh11 commented 1 year ago

In this PR, I have added the code for Binary Search on 2D arrays in C++. Screenshot is attached below for reference: Please review and merge this. Thank you!

image