| # | Link | 链接 |
|---|---|---|
| 00020 | Valid Parentheses | 有效的括号 |
| 00084 | Largest Rectangle in Histogram | 柱状图中最大的矩形 |
| 00150 | Evaluate Reverse Polish Notation | 逆波兰表达式求值 |
| 00155 | Min Stack | 最小栈 |
| 00224 | Basic Calculator | 基本计算器 |
| 00225 | Implement Stack using Queues | 用队列实现栈 |
| 00227 | Basic Calculator II | 基本计算器 II |
| 00232 | Implement Queue using Stacks | 用栈实现队列 |
| 00316 | Remove Duplicate Letters | 去除重复字母 |
| 00341 | Flatten Nested List Iterator | 扁平化嵌套列表迭代器 |
| 00456 | 132 Pattern | 132模式 |
| 00496 | Next Greater Element I | 下一个更大元素 I |
| 00503 | Next Greater Element II | 下一更大元素 II |
| 00739 | Daily Temperatures | 每日温度 |
| 00844 | Backspace String Compare | 比较含退格的字符 |
| 00856 | Score of Parentheses | 括号的分数 |
| 00862 | Shortest Subarray with Sum at Least K | 和至少为 K 的最短子数组 |
| 01019 | Next Greater Node In Linked List | 链表中的下一个更大节点 |
| 01021 | Remove Outermost Parentheses | 删除最外层的括号 |
| 01047 | Remove All Adjacent Duplicates In String | 删除字符串中的所有相邻重复项 |
| 01081 | Smallest Subsequence of Distinct Characters | 不同字符的最小子序列 |
| # | Link | 链接 |
|---|---|---|
| 00295 | Find Median from Data Stream | 数据流的中位数 |
| 00347 | Top K Frequent Elements | 前K个高频元素 |
| 00692 | Top K Frequent Words | 前K个高频单词 |
| 00703 | Kth Largest Element in a Stream | 数据流中的第K大元素 |
| 00857 | Minimum Cost to Hire K Workers | 雇佣 K 名工人的最低成本 |
| 01046 | Last Stone Weight | 最后一块石头的重量 |
| # | Link | 链接 |
|---|---|---|
| 00011 | Container With Most Water | 盛最多水的容器 |
| 00028 | Implement strStr() | 实现strStr() |
| 00042 | Trapping Rain Water | 接雨水 |
| 00125 | Valid Palindrome | 验证回文串 |
| 00167 | Two Sum II - Input array is sorted | 两数之和 II - 输入有序数组 |
| 00345 | Reverse Vowels of a String | 反转字符串中的元音字母 |
| 00349 | Intersection of Two Arrays | 两个数组的交集 |
| 00350 | Intersection of Two Arrays II | 两个数组的交集 II |
| 00532 | K-diff Pairs in an Array | 数组中的K-diff数对 |
| 00611 | Valid Triangle Number | 有效三角形的个数 |
| 00632 | Smallest Range | 最小区间 |
| 00633 | Sum of Square Numbers | 平方数之和 |
| 00845 | Longest Mountain in Array | 数组中的最长山脉 |
| 00881 | Boats to Save People | 救生艇 |
| 00923 | 3Sum With Multiplicity | 三数之和的多种可能 |
| 00925 | Long Pressed Name | 长按键入 |
| 00977 | Squares of a Sorted Array | 有序数组的平方 |
| 00986 | Interval List Intersections | 区间列表的交集 |
| # | Link | 链接 |
|---|---|---|
| 00133 | Clone Graph | 克隆图 |
| # | Link | 链接 |
|---|---|---|
| 00075 | Sort Colors | 颜色分类 |
| 00215 | Kth Largest Element in an Array | 数组中的第K个最大元素 |
| 00451 | Sort Characters By Frequency | 根据字符出现频率排序 |
| 00506 | Relative Ranks | 相对名次 |
| 01051 | Height Checker | 高度检查器 |
| 01054 | Distant Barcodes | 距离相等的条形码 |
| 01122 | Relative Sort Array | 数组的相对排序 |
| # | Link | 链接 |
|---|---|---|
| 00045 | Jump Game II | 跳跃游戏 II |
| 00055 | Jump Game | 跳跃游戏 |
| 00122 | Best Time to Buy and Sell Stock II | 买卖股票的最佳时机 II |
| 00134 | Gas Station | 加油站 |
| 00392 | Is Subsequence | 判断子序列 |
| 00402 | Remove K Digits | 移掉K位数字 |
| 00406 | Queue Reconstruction by Height | 根据身高重建队列 |
| 00435 | Non-overlapping Intervals | 无重叠区间 |
| 00452 | Minimum Number of Arrows to Burst Balloons | 用最少数量的箭引爆气球 |
| 00455 | Assign Cookies | 分发饼干 |
| 00605 | Can Place Flowers | 种花问题 |
| 00646 | Maximum Length of Pair Chain | 最长数对链 |
| 00665 | Non-decreasing Array | 非递减数列 |
| 00763 | Partition Labels | 划分字母区间 |
| 00860 | Lemonade Change | 柠檬水找零 |
| 01090 | Largest Values From Labels | 受标签影响的最大值 |
| # | Link | 链接 |
|---|---|---|
| 00050 | Pow(x, n) | Pow(x, n) |
| 00169 | Majority Element | 求众数 |
| 00241 | Different Ways to Add Parentheses | 为运算表达式设计优先级 |
| # | Link | 链接 |
|---|---|---|
| 00017 | Letter Combinations of a Phone Number | 电话号码的字母组合 |
| 00037 | Sudoku Solver | 解数独 |
| 00039 | Combination Sum | 组合总和 |
| 00040 | Combination Sum II | 组合总和 II |
| 00046 | Permutations | 全排列 |
| 00047 | Permutations II | 全排列 II |
| 00051 | N-Queens | N皇后 |
| 00052 | N-Queens II | N皇后 II |
| 00060 | Permutation Sequence | 第k个排列 |
| 00077 | Combinations | 组合 |
| 00078 | Subsets | 子集 |
| 00079 | Word Search | 单词搜索 |
| 00090 | Subsets II | 子集 II |
| 00093 | Restore IP Addresses | 复原IP地址 |
| 00127 | Word Ladder | 单词接龙 |
| 00130 | Surrounded Regions | 被围绕的区域 |
| 00131 | Palindrome Partitioning | 分割回文串 |
| 00200 | Number of Islands | 岛屿的个数 |
| 00216 | Combination Sum III | 组合总和 III |
| 00257 | Binary Tree Paths | 二叉树的所有路径 |
| 00417 | Pacific Atlantic Water Flow | 太平洋大西洋水流问题 |
| 00542 | 01 Matrix | 01 矩阵 |
| 00690 | Employee Importance | 员工的重要性 |
| 00695 | Max Area of Island | 岛屿的最大面积 |
| 00733 | Flood Fill | 图像渲染 |
| 00784 | Letter Case Permutation | 字母大小写全排列 |
| 01034 | Coloring A Border | 边框着色 |
| 01079 | Letter Tile Possibilities | 活字印刷 |
| 01091 | Shortest Path in Binary Matrix | 二进制矩阵中的最短路径 |
| # | Link | 链接 |
|---|---|---|
| 00547 | Friend Circles | 朋友圈 |
| 00684 | Redundant Connection | 冗余连接 |
| # | Link | 链接 |
|---|---|---|
| 00136 | Single Number | 只出现一次的数字 |
| 00137 | Single Number II | 只出现一次的数字 II |
| 00187 | Repeated DNA Sequences | 重复的DNA序列 |
| 00190 | Reverse Bits | 颠倒二进制位 |
| 00191 | Number of 1 Bits | 位1的个数 |
| 00201 | Bitwise AND of Numbers Range | 数字范围按位与 |
| 00231 | Power of Two | 2的幂 |
| 00260 | Single Number III | 只出现一次的数字 III |
| 00268 | Missing Number | 缺失数字 |
| 00318 | Maximum Product of Word Lengths | 最大单词长度乘积 |
| 00342 | Power of Four | 4的幂 |
| 00371 | Sum of Two Integers | 两整数之和 |
| 00389 | Find the Difference | 找不同 |
| 00393 | UTF-8 Validation | UTF-8编码验证 |
| 00397 | Integer Replacement | 整数替换 |
| 00401 | Binary Watch | 二进制手表 |
| 00405 | Convert a Number to Hexadecimal | 数字转换为十六进制数 |
| 00461 | Hamming Distance | 汉明距离 |
| 00476 | Number Complement | 数字的补数 |
| 00477 | Total Hamming Distance | 汉明距离总和 |
| 00762 | Prime Number of Set Bits in Binary Representation | 二进制表示中质数个计算置位 |
| 00898 | Bitwise ORs of Subarrays | 子数组按位或操作 |
| # | Link | 链接 |
|---|---|---|
| 00007 | Reverse Integer | 整数反转 |
| 00009 | Palindrome Number | 回文数 |
| 00013 | Roman to Integer | 罗马数字转整数 |
| 00029 | Divide Two Integers | 两数相除 |
| 00168 | Excel Sheet Column Title | Excel表列名称 |
| 00171 | Excel Sheet Column Number | Excel表列序号 |
| 00172 | Factorial Trailing Zeroes | 阶乘后的零 |
| 00223 | Rectangle Area | 矩形面积 |
| 00263 | Ugly Number | 丑数 |
| 00326 | Power of Three | 3的幂 |
| 00412 | Fizz Buzz | Fizz Buzz |
| 00453 | Minimum Moves to Equal Array Elements | 最小移动次数使数组元素相等 |
| 00458 | Poor Pigs | 可怜的小猪 |
| 00462 | Minimum Moves to Equal Array Elements II | 最少移动次数使数组元素相等 II |
| 00504 | Base 7 | 七进制数 |
| 00650 | 2 Keys Keyboard | 只有两个键的键盘 |
| 00829 | Consecutive Numbers Sum | 连续整数求和 |
| 00883 | Projection Area of 3D Shapes | 三维形体投影面积 |
| 00891 | Sum of Subsequence Widths | 子序列宽度之和 |
| 00892 | Surface Area of 3D Shapes | 三维形体的表面积 |
| 01017 | Convert to Base -2 | 负二进制转换 |
| 01073 | Adding Two Negabinary Numbers | 负二进制数相加 |
| 01093 | Statistics from a Large Sample | 大样本统计 |
| 01103 | Distribute Candies to People | 分糖果 II |
| 01154 | Day of the Year | 一年中的第几天 |
| # | Link | 链接 |
|---|---|---|
| 00292 | Nim Game | Nim游戏 |
| 00319 | Bulb Switcher | 灯泡开关 |
| 00777 | Swap Adjacent in LR String | 在LR字符串中交换相邻字符 |
| 01033 | Moving Stones Until Consecutive | 移动石子直到连续 |
| # | Link | 链接 |
|---|---|---|
| 00146 | LRU Cache | LRU缓存机制 |
| 00208 | Implement Trie (Prefix Tree) | 实现 Trie(前缀树) |
| 00380 | Insert Delete GetRandom O(1) | 常数时间插入、删除和获取随机元素 |
| 00432 | All O`one Data Structure | 全 O(1) 的数据结构 |
| 00707 | Design Linked List | 设计链表 |