You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1007 |[行相等的最少多米诺旋转](https://github.com/openset/leetcode/tree/master/problems/minimum-domino-rotations-for-equal-row)|[[贪心算法](https://github.com/openset/leetcode/tree/master/tag/greedy/README.md)][[数组](https://github.com/openset/leetcode/tree/master/tag/array/README.md)]| Medium |
Copy file name to clipboardExpand all lines: tag/hash-table/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
10
10
| # | 题名 | 标签 | 难度 |
11
11
| :-: | - | - | :-: |
12
+
| 1048 |[最长字符串链](https://github.com/openset/leetcode/tree/master/problems/longest-string-chain)|[[哈希表](https://github.com/openset/leetcode/tree/master/tag/hash-table/README.md)][[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Medium |
12
13
| 1044 |[最长重复子串](https://github.com/openset/leetcode/tree/master/problems/longest-duplicate-substring)|[[哈希表](https://github.com/openset/leetcode/tree/master/tag/hash-table/README.md)][[二分查找](https://github.com/openset/leetcode/tree/master/tag/binary-search/README.md)]| Hard |
| 1001 |[网格照明](https://github.com/openset/leetcode/tree/master/problems/grid-illumination)|[[哈希表](https://github.com/openset/leetcode/tree/master/tag/hash-table/README.md)]| Hard |
| 973 |[最接近原点的 K 个点](https://github.com/openset/leetcode/tree/master/problems/k-closest-points-to-origin)|[[堆](https://github.com/openset/leetcode/tree/master/tag/heap/README.md)][[排序](https://github.com/openset/leetcode/tree/master/tag/sort/README.md)][[分治算法](https://github.com/openset/leetcode/tree/master/tag/divide-and-conquer/README.md)]| Medium |
13
14
| 882 |[细分图中的可到达结点](https://github.com/openset/leetcode/tree/master/problems/reachable-nodes-in-subdivided-graph)|[[堆](https://github.com/openset/leetcode/tree/master/tag/heap/README.md)]| Hard |
14
15
| 871 |[最低加油次数](https://github.com/openset/leetcode/tree/master/problems/minimum-number-of-refueling-stops)|[[堆](https://github.com/openset/leetcode/tree/master/tag/heap/README.md)][[动态规划](https://github.com/openset/leetcode/tree/master/tag/dynamic-programming/README.md)]| Hard |
| 1019 |[链表中的下一个更大节点](https://github.com/openset/leetcode/tree/master/problems/next-greater-node-in-linked-list)|[[栈](https://github.com/openset/leetcode/tree/master/tag/stack/README.md)][[链表](https://github.com/openset/leetcode/tree/master/tag/linked-list/README.md)]| Medium |
14
15
| 1003 |[检查替换后的词是否有效](https://github.com/openset/leetcode/tree/master/problems/check-if-word-is-valid-after-substitutions)|[[栈](https://github.com/openset/leetcode/tree/master/tag/stack/README.md)][[字符串](https://github.com/openset/leetcode/tree/master/tag/string/README.md)]| Medium |
0 commit comments