975-奇偶跳(Odd Even Jump) 原文链接: https://leetcode-cn.com/problems/odd-even-jump 英文原文You are given an integer array arr. From some starting index, 2021-12-03 动态规划单调栈数组有序集合栈 困难
976-三角形的最大周长(Largest Perimeter Triangle) 原文链接: https://leetcode-cn.com/problems/largest-perimeter-triangle 英文原文Given an integer array nums, return the largest 2021-12-03 排序数学数组贪心 简单
977-有序数组的平方(Squares of a Sorted Array) 原文链接: https://leetcode-cn.com/problems/squares-of-a-sorted-array 英文原文Given an integer array nums sorted in non-decreas 2021-12-03 双指针排序数组 简单
978-最长湍流子数组(Longest Turbulent Subarray) 原文链接: https://leetcode-cn.com/problems/longest-turbulent-subarray 英文原文Given an integer array arr, return the length of 2021-12-03 动态规划数组滑动窗口 中等
979-在二叉树中分配硬币(Distribute Coins in Binary Tree) 原文链接: https://leetcode-cn.com/problems/distribute-coins-in-binary-tree 英文原文You are given the root of a binary tree wit 2021-12-03 二叉树树深度优先搜索 中等
980-不同路径 III(Unique Paths III) 原文链接: https://leetcode-cn.com/problems/unique-paths-iii 英文原文You are given an m x n integer array grid where grid[i][j] 2021-12-03 位运算回溯数组矩阵 困难
981-基于时间的键值存储(Time Based Key-Value Store) 原文链接: https://leetcode-cn.com/problems/time-based-key-value-store 英文原文Design a time-based key-value data structure tha 2021-12-03 二分查找哈希表字符串设计 中等
982-按位与为零的三元组(Triples with Bitwise AND Equal To Zero) 原文链接: https://leetcode-cn.com/problems/triples-with-bitwise-and-equal-to-zero 英文原文Given an integer array nums, return 2021-12-03 位运算哈希表数组 困难
984-不含 AAA 或 BBB 的字符串(String Without AAA or BBB) 原文链接: https://leetcode-cn.com/problems/string-without-aaa-or-bbb 英文原文Given two integers a and b, return any string s s 2021-12-03 字符串贪心 中等
985-查询后的偶数和(Sum of Even Numbers After Queries) 原文链接: https://leetcode-cn.com/problems/sum-of-even-numbers-after-queries 英文原文You are given an integer array nums and a 2021-12-03 数组模拟 中等