-
Notifications
You must be signed in to change notification settings - Fork 950
哈希表
SharingSource edited this page Jun 22, 2021
·
93 revisions
题目 | 题解 | 难度 | 推荐指数 |
---|---|---|---|
1. 两数之和 | LeetCode 题解链接 | 简单 | 🤩🤩🤩🤩🤩 |
3. 无重复字符的最长子串 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩🤩 |
13. 罗马数字转整数 | LeetCode 题解链接 | 简单 | 🤩🤩 |
30. 串联所有单词的子串 | LeetCode 题解链接 | 困难 | 🤩🤩 |
36. 有效的数独 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
137. 只出现一次的数字 II | LeetCode 题解链接 | 中等 | 🤩🤩🤩 |
146. LRU 缓存机制 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩🤩 |
460. LFU 缓存 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩🤩 |
554. 砖墙 | LeetCode 题解链接 | 中等 | 🤩🤩🤩 |
692. 前K个高频单词 | LeetCode 题解链接 | 中等 | 🤩🤩🤩 |
697. 数组的度 | LeetCode 题解链接 | 简单 | 🤩🤩🤩 |
705. 设计哈希集合 | LeetCode 题解链接 | 简单 | 🤩🤩🤩🤩 |
706. 设计哈希映射 | LeetCode 题解链接 | 简单 | 🤩🤩🤩🤩 |
888. 公平的糖果棒交换 | LeetCode 题解链接 | 简单 | 🤩🤩 |
1074. 元素和为目标值的子矩阵数量 | LeetCode 题解链接 | 困难 | 🤩🤩🤩 |
1178. 猜字谜 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩 |
1442. 形成两个异或相等数组的三元组数目 | LeetCode 题解链接 | 中等 | 🤩🤩 |
1600. 皇位继承顺序 | LeetCode 题解链接 | 中等 | 🤩🤩🤩 |
1603. 设计停车系统 | LeetCode 题解链接 | 简单 | 🤩🤩 |
1748. 唯一元素的和 | LeetCode 题解链接 | 简单 | 🤩🤩 |
-
递归 & 迭代
-
图论
-
动态规划
-
数据结构
-
区间求和
-
常见问题