706. 设计哈希映射[https://leetcode-cn.com/problems/design-hashmap/] 不使用任何内建的哈希表库设计一个哈希映射(Hash...
706. 设计哈希映射[https://leetcode-cn.com/problems/design-hashmap/] 不使用任何内建的哈希表库设计一个哈希映射(Hash...
705. 设计哈希集合[https://leetcode-cn.com/problems/design-hashset/] 不使用任何内建的哈希表库设计一个哈希集合(Hash...
331. 验证二叉树的前序序列化[https://leetcode-cn.com/problems/verify-preorder-serialization-of-a-bi...
739. 每日温度[https://leetcode-cn.com/problems/daily-temperatures/] 请根据每日 气温 列表,重新生成一个列表。对应...
227. 基本计算器 II[https://leetcode-cn.com/problems/basic-calculator-ii/] 给你一个字符串表达式 s ,请你实现...
224. 基本计算器[https://leetcode-cn.com/problems/basic-calculator/] 实现一个基本的计算器来计算一个简单的字符串表达式...
1047. 删除字符串中的所有相邻重复项[https://leetcode-cn.com/problems/remove-all-adjacent-duplicates-in...
132. 分割回文串 II[https://leetcode-cn.com/problems/palindrome-partitioning-ii/] 给你一个字符串 s,请...
131. 分割回文串[https://leetcode-cn.com/problems/palindrome-partitioning/] 给定一个字符串 s,将 s 分割成...
503. 下一个更大元素 II[https://leetcode-cn.com/problems/next-greater-element-ii/] 给定一个循环数组(最后一...
232. 用栈实现队列[https://leetcode-cn.com/problems/implement-queue-using-stacks/] 请你仅使用两个栈实现先...
354. 俄罗斯套娃信封问题[https://leetcode-cn.com/problems/russian-doll-envelopes/] 给定一些标记了宽度和高度的信...
338. 比特位计数[https://leetcode-cn.com/problems/counting-bits/] 给定一个非负整数 num。对于 0 ≤ i ≤ num...
304. 二维区域和检索 - 矩阵不可变[https://leetcode-cn.com/problems/range-sum-query-2d-immutable/] 给定...
303. 区域和检索 - 数组不可变[https://leetcode-cn.com/problems/range-sum-query-immutable/] 给定一个整数数...
896. 单调数列[https://leetcode-cn.com/problems/monotonic-array/] 如果数组是单调递增或单调递减的,那么它是单调的。 如...
395. 至少有K个重复字符的最长子串[https://leetcode-cn.com/problems/longest-substring-with-at-least-k-...
1178. 猜字谜[https://leetcode-cn.com/problems/number-of-valid-words-for-each-puzzle/] 外国友人...
867. 转置矩阵[https://leetcode-cn.com/problems/transpose-matrix/] 给你一个二维整数数组 matrix, 返回 mat...
832. 翻转图像[https://leetcode-cn.com/problems/flipping-an-image/] 给定一个二进制矩阵 A,我们想先水平翻转图像,然...