数组、链表
https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/
https://leetcode-cn.com/problems/rotate-array/
简单
https://leetcode-cn.com/problems/merge-two-sorted-lists/
https://leetcode-cn.com/problems/merge-sorted-array/
https://leetcode-cn.com/problems/swap-nodes-in-pairs/
中等
https://leetcode-cn.com/problems/3sum/
Map & Set
简单 https://leetcode-cn.com/problems/valid-anagram/
中等 https://leetcode-cn.com/problems/group-anagrams/
堆栈、队列
https://leetcode-cn.com/problems/remove-all-adjacent-duplicates-in-string/
简单
https://leetcode-cn.com/problems/remove-outermost-parentheses/
https://leetcode.com/problems/largest-rectangle-in-histogram/
困难
https://leetcode.com/problems/trapping-rain-water/
二分查找
简单 https://leetcode-cn.com/problems/arranging-coins/
中等 https://leetcode-cn.com/problems/powx-n/
困难 https://leetcode-cn.com/problems/dungeon-game/
递归
https://leetcode-cn.com/problems/maximum-depth-of-binary-tree/
https://leetcode-cn.com/problems/symmetric-tree/
https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/
简单
https://leetcode-cn.com/problems/minimum-distance-between-bst-nodes/
https://leetcode-cn.com/problems/binary-tree-paths/
https://leetcode-cn.com/problems/range-sum-of-bst/
中等 https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/
哈希表
https://leetcode-cn.com/problems/two-sum/
简单
https://leetcode-cn.com/problems/valid-anagram/
https://leetcode-cn.com/problems/longest-substring-without-repeating-characters
中等
https://leetcode-cn.com/problems/top-k-frequent-words
困难 https://leetcode-cn.com/problems/number-of-atoms/
二叉树
https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/
简单
https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree/
https://leetcode-cn.com/problems/symmetric-tree/
中等 https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal/
https://leetcode-cn.com/problems/binary-tree-level-order-traversal/
困难 https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree/
二叉搜索树
简单 https://leetcode-cn.com/problems/minimum-distance-between-bst-nodes/
https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-search-
https://leetcode-cn.com/problems/validate-binary-search-tree/
中等 https://leetcode-cn.com/problems/range-sum-of-bst/
https://leetcode-cn.com/problems/contains-duplicate-iii/
困难 https://leetcode-cn.com/problems/count-of-smaller-numbers-after-self/
图
https://leetcode.com/problems/number-of-islands/
中等
https://leetcode-cn.com/problems/course-schedule-ii
堆和排序
简单 https://leetcode-cn.com/problems/kth-largest-element-in-a-stream/
困难 https://leetcode-cn.com/problems/find-median-from-data-stream/
DFS
https://leetcode-cn.com/problems/maximum-depth-of-binary-tree/
简单
https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/
https://leetcode-cn.com/problems/friend-circles/
中等
https://leetcode-cn.com/problems/find-eventual-safe-states/
https://leetcode-cn.com/problems/longest-increasing-path-in-a-matrix/
困难 https://leetcode-cn.com/problems/minesweeper/
https://leetcode-cn.com/problems/word-ladder/
BFS
https://leetcode-cn.com/problems/n-ary-tree-level-order-traversal/
简单 https://leetcode-cn.com/problems/binary-tree-level-order-traversal/
https://leetcode.com/problems/binary-tree-level-order-traversal-ii/
https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/
中等 https://leetcode-cn.com/problems/minesweeper/
https://leetcode-cn.com/problems/minimum-height-trees/
Trie树
简单 https://leetcode-cn.com/problems/longest-word-in-dictionary/
https://leetcode-cn.com/problems/implement-trie-prefix-tree/
中等
https://leetcode-cn.com/problems/add-and-search-word-data-structure-design/
困难 https://leetcode-cn.com/problems/word-search-ii/
分治算法
简单 https://leetcode-cn.com/problems/majority-element/
https://leetcode-cn.com/problems/maximum-subarray/
中等
https://leetcode-cn.com/problems/search-a-2d-matrix-ii/
贪心算法
简单 https://leetcode-cn.com/problems/assign-cookies/
中等 https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/
回溯算法
简单 https://leetcode-cn.com/problems/letter-case-permutation/
https://leetcode-cn.com/problems/subsets/
中等 https://leetcode-cn.com/problems/permutations/
https://leetcode-cn.com/problems/combinations/
困难 https://leetcode-cn.com/problems/n-queens/
动态规划
https://leetcode-cn.com/problems/climbing-stairs/
简单
https://leetcode.com/problems/house-robber/
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/
https://leetcode.com/problems/house-robber-ii/
中等 https://leetcode.com/problems/house-robber-iii/
https://leetcode.com/problems/unique-paths/
https://leetcode.com/problems/unique-paths-ii/
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iv/
困难
https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iii/