...

/

Challenge: Search in Sorted Matrix

Challenge: Search in Sorted Matrix

Given a target, tell whether it is present in the matrix or not.

Problem statement

Implement a function that tells whether a given target is present in the sorted matrix or not.

Input

The inputs are a sorted matrix and the target that needs to be ...