SoumyadeepMukherjee / Matrix_Manipulation

This GitHub repository explores the various types of matrix manipulations in various programming languages.
MIT License
6 stars 25 forks source link

Adding an algorithm to search a 2D matrix #65

Closed CaseyB closed 3 years ago

CaseyB commented 3 years ago

This PR resolves #61 by writing a well commented algorithm to search for a target number in a 2D matrix. Happy #Hacktoberfest!