原文链接: https://leetcode-cn.com/problems/largest-1-bordered-square
英文原文Given a 2D grid of 0s and 1s, return the number o
标签详情
数组 分类
原文链接: https://leetcode-cn.com/problems/stone-game-ii
英文原文Alice and Bob continue their games with piles of stones.
原文链接: https://leetcode-cn.com/problems/decompress-run-length-encoded-list
英文原文We are given a list nums of integers rep
原文链接: https://leetcode-cn.com/problems/matrix-block-sum
英文原文Given a m x n matrix mat and an integer k, return a matrix
原文链接: https://leetcode-cn.com/problems/decrease-elements-to-make-array-zigzag
英文原文Given an array nums of integers, a m
原文链接: https://leetcode-cn.com/problems/sort-the-matrix-diagonally
英文原文A matrix diagonal is a diagonal line of cells st
原文链接: https://leetcode-cn.com/problems/reverse-subarray-to-maximize-array-value
英文原文You are given an integer array num
原文链接: https://leetcode-cn.com/problems/rank-transform-of-an-array
英文原文Given an array of integers arr, replace eac
原文链接: https://leetcode-cn.com/problems/rank-transform-of-a-matrix
英文原文Given an m x n matrix, return a new matrix answe
原文链接: https://leetcode-cn.com/problems/snapshot-array
英文原文Implement a SnapshotArray that supports the following interf