# TODO: 1351. Count Negative Numbers in a Sorted Matrix

## Problem

{% embed url="<https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/description/>" %}

## Intuition

## Time Complexity

## Space Complexity

## Solution
