摘要: 链接 https://leetcode-cn.com/problems/number-of-equivalent-domino-pairs/ 代码如下 public class Problem1128 { public int numEquivDominoPairs(int[][] dominoes 阅读全文
posted @ 2021-01-26 10:16 withwind777 阅读(55) 评论(0) 推荐(0)
摘要: 链接: https://leetcode-cn.com/problems/regions-cut-by-slashes/ 代码如下。 package Leetcode; import java.util.HashSet; import java.util.Set; public class Prob 阅读全文
posted @ 2021-01-26 09:59 withwind777 阅读(81) 评论(0) 推荐(0)