Skip to content

Problem Description Not Clear - 1074. Number of Submatrices That Sum to Target #19800

@Shubx10

Description

@Shubx10

LeetCode Username

_shubham10

Problem number, title, and link

  1. Number of Submatrices That Sum to Target https://leetcode.com/problems/number-of-submatrices-that-sum-to-target/description/

Category of the bug

  • Problem description
  • Solved examples
  • Problem constraints
  • Problem hints
  • Incorrect or missing "Related Topics"
  • Incorrect test Case (Output of test case is incorrect as per the problem statement)
  • Missing test Case (Incorrect/Inefficient Code getting accepted because of missing test cases)
  • Editorial
  • Programming language support

Description of the bug

The size of matrix is not mentioned in the description. It should be made clear by specifying whether it is n x n or m x n sized array just like other 2D array question on leetcode.

Screenshots

image

Suggestion

The first line of the problem description can be given as following-

Given a m x n matrix matrix and a target, return the number of non-empty submatrices that sum to target.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions