mediumDSA

Search a 2D Matrix

Search target in a sorted 2D matrix.
Ensure function signatures match starter code to run test cases.
index.js
Loading...

Test Case #1

Input: [[1,3,5],[7,9,11]],3

Expected: true

Solve Search a 2D Matrix | Algorithmic Interview Drill