主要的解题思想,以下的题目虽然和本题有点不同,但主要的解题思想是一模一样的。
该题的代码:
import java.util.HashMap;import java.util.Map;class Solution { public int numSubmatrixSumTarget(int[][] matrix, int target) { int count = 0; int xlen = matrix.length; int ylen = matrix[0].length; for(int i=0;imap = new HashMap<>(); int cha = 0; Integer t = 0; Integer s = 0; for(int step = 0;step