原文链接: https://leetcode-cn.com/problems/maximum-subarray-sum-with-one-deletion
英文原文Given an array of integers, return t
标签详情
动态规划 分类
原文链接: https://leetcode-cn.com/problems/make-array-strictly-increasing
英文原文Given two integer arrays arr1 and arr2,
原文链接: https://leetcode-cn.com/problems/kth-ancestor-of-a-tree-node
英文原文You are given a tree with n nodes numbered from
原文链接: https://leetcode-cn.com/problems/k-concatenation-maximum-sum
英文原文Given an integer array arr and an integer k, mo
原文链接: https://leetcode-cn.com/problems/count-ways-to-build-rooms-in-an-ant-colony
英文原文You are an ant tasked with addin
原文链接: https://leetcode-cn.com/problems/where-will-the-ball-fall
英文原文You have a 2-D grid of size m x n representing a b
原文链接: https://leetcode-cn.com/problems/longest-arithmetic-subsequence-of-given-difference
英文原文Given an integer array a
原文链接: https://leetcode-cn.com/problems/dice-roll-simulation
英文原文A die simulator generates a random number from 1 to 6
原文链接: https://leetcode-cn.com/problems/maximum-profit-in-job-scheduling
英文原文We have n jobs, where every job is schedul
原文链接: https://leetcode-cn.com/problems/tiling-a-rectangle-with-the-fewest-squares
英文原文Given a rectangle of size n x m,