Skip to content

Commit b0f8e48

Browse files
committed
update 2100-2200
1 parent b9cdf8a commit b0f8e48

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

leetcode/2100-2200/.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

leetcode/2100-2200/README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# 写在前面
2+
3+
这是整理了力扣周赛分数2100-2200左右的所有题目以及题解
4+
5+
| 题号 | 链接 | 来源 | 题目位置 | 分数 | 考察 | 题解 | 相似题型 |
6+
| ---- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- | ---- | ---- | --------- | --------------- | ---- |
7+
| 1889 | [Minimum Space Wasted From Packaging](https://leetcode-cn.com/problems/minimum-space-wasted-from-packaging) | [WC 244](https://leetcode.com/contest/weekly-contest-244) | Q4 | 2214 | 排序,前缀和,二分 | [1889](1889.md) | |
8+
| 992 | [Subarrays with K Different Integers](https://leetcode-cn.com/problems/subarrays-with-k-different-integers) | [WC 123](https://leetcode.com/contest/weekly-contest-123) | Q4 | 2210 | | | |
9+
| 2081 | [Sum of k-Mirror Numbers](https://leetcode-cn.com/problems/sum-of-k-mirror-numbers) | [WC 268](https://leetcode.com/contest/weekly-contest-268) | Q4 | 2210 | | | |
10+
| 1568 | [Minimum Number of Days to Disconnect Island](https://leetcode-cn.com/problems/minimum-number-of-days-to-disconnect-island) | [WC 204](https://leetcode.com/contest/weekly-contest-204) | Q3 | 2209 | | | |
11+
| 1649 | [Create Sorted Array through Instructions](https://leetcode-cn.com/problems/create-sorted-array-through-instructions) | [WC 214](https://leetcode.com/contest/weekly-contest-214) | Q4 | 2208 | | | |
12+
| 1157 | [Online Majority Element In Subarray](https://leetcode-cn.com/problems/online-majority-element-in-subarray) | [WC 149](https://leetcode.com/contest/weekly-contest-149) | Q4 | 2205 | | | |
13+
| 879 | [Profitable Schemes](https://leetcode-cn.com/problems/profitable-schemes) | [WC 95](https://leetcode.com/contest/weekly-contest-95) | Q4 | 2204 | | | |
14+
| 1264 | [Palindrome Removal](https://leetcode-cn.com/problems/palindrome-removal) | [BiC 12](https://leetcode.com/contest/biweekly-contest-12) | Q4 | 2203 | | | |
15+
| 1453 | [Maximum Number of Darts Inside of a Circular Dartboard](https://leetcode-cn.com/problems/maximum-number-of-darts-inside-of-a-circular-dartboard) | [WC 189](https://leetcode.com/contest/weekly-contest-189) | Q4 | 2202 | | | |
16+
| 2045 | [Second Minimum Time to Reach Destination](https://leetcode-cn.com/problems/second-minimum-time-to-reach-destination) | [WC 263](https://leetcode.com/contest/weekly-contest-263) | Q4 | 2202 | | | |
17+
| 847 | [Shortest Path Visiting All Nodes](https://leetcode-cn.com/problems/shortest-path-visiting-all-nodes) | [WC 87](https://leetcode.com/contest/weekly-contest-87) | Q4 | 2201 | | | |
18+
| 1739 | [Building Boxes](https://leetcode-cn.com/problems/building-boxes) | [WC 225](https://leetcode.com/contest/weekly-contest-225) | Q4 | 2198 | | | |
19+
| 1621 | [Number of Sets of K Non-Overlapping Line Segments](https://leetcode-cn.com/problems/number-of-sets-of-k-non-overlapping-line-segments) | [BiC 37](https://leetcode.com/contest/biweekly-contest-37) | Q3 | 2198 | | | |
20+
| 834 | [Sum of Distances in Tree](https://leetcode-cn.com/problems/sum-of-distances-in-tree) | [WC 84](https://leetcode.com/contest/weekly-contest-84) | Q4 | 2197 | | | |
21+
| 1478 | [Allocate Mailboxes](https://leetcode-cn.com/problems/allocate-mailboxes) | [BiC 28](https://leetcode.com/contest/biweekly-contest-28) | Q4 | 2190 | | | |
22+
| 1074 | [Number of Submatrices That Sum to Target](https://leetcode-cn.com/problems/number-of-submatrices-that-sum-to-target) | [WC 139](https://leetcode.com/contest/weekly-contest-139) | Q4 | 2189 | | | |
23+
| 943 | [Find the Shortest Superstring](https://leetcode-cn.com/problems/find-the-shortest-superstring) | [WC 111](https://leetcode.com/contest/weekly-contest-111) | Q4 | 2186 | | | |
24+
| 1081 | [Smallest Subsequence of Distinct Characters](https://leetcode-cn.com/problems/smallest-subsequence-of-distinct-characters) | [WC 140](https://leetcode.com/contest/weekly-contest-140) | Q4 | 2185 | | | |
25+
| 891 | [Sum of Subsequence Widths](https://leetcode-cn.com/problems/sum-of-subsequence-widths) | [WC 98](https://leetcode.com/contest/weekly-contest-98) | Q4 | 2183 | | | |
26+
| 1771 | [Maximize Palindrome Length From Subsequences](https://leetcode-cn.com/problems/maximize-palindrome-length-from-subsequences) | [WC 229](https://leetcode.com/contest/weekly-contest-229) | Q4 | 2182 | | | |
27+
| 1912 | [Design Movie Rental System](https://leetcode-cn.com/problems/design-movie-rental-system) | [BiC 55](https://leetcode.com/contest/biweekly-contest-55) | Q4 | 2182 | | | |
28+
| 2065 | [Maximum Path Quality of a Graph](https://leetcode-cn.com/problems/maximum-path-quality-of-a-graph) | [WC 266](https://leetcode.com/contest/weekly-contest-266) | Q4 | 2178 | | | |
29+
| 1420 | [Build Array Where You Can Find The Maximum Exactly K Comparisons](https://leetcode-cn.com/problems/build-array-where-you-can-find-the-maximum-exactly-k-comparisons) | [WC 185](https://leetcode.com/contest/weekly-contest-185) | Q4 | 2176 | | | |
30+
| 1691 | [Maximum Height by Stacking Cuboids](https://leetcode-cn.com/problems/maximum-height-by-stacking-cuboids) | [WC 219](https://leetcode.com/contest/weekly-contest-219) | Q4 | 2172 | | | |
31+
| 1862 | [Sum of Floored Pairs](https://leetcode-cn.com/problems/sum-of-floored-pairs) | [BiC 52](https://leetcode.com/contest/biweekly-contest-52) | Q4 | 2170 | | | |
32+
| 1931 | [Painting a Grid With Three Different Colors](https://leetcode-cn.com/problems/painting-a-grid-with-three-different-colors) | [WC 249](https://leetcode.com/contest/weekly-contest-249) | Q3 | 2170 | | | |
33+
| 786 | [K-th Smallest Prime Fraction](https://leetcode-cn.com/problems/k-th-smallest-prime-fraction) | [WC 72](https://leetcode.com/contest/weekly-contest-72) | Q4 | 2169 | | | |
34+
| 1036 | [Escape a Large Maze](https://leetcode-cn.com/problems/escape-a-large-maze) | [WC 134](https://leetcode.com/contest/weekly-contest-134) | Q4 | 2165 | | | |
35+
| 2122 | [Recover the Original Array](https://leetcode-cn.com/problems/recover-the-original-array) | [WC 273](https://leetcode.com/contest/weekly-contest-273) | Q4 | 2159 | | | |
36+
| 2102 | [Sequentially Ordinal Rank Tracker](https://leetcode-cn.com/problems/sequentially-ordinal-rank-tracker) | [BiC 67](https://leetcode.com/contest/biweekly-contest-67) | Q4 | 2159 | | | |
37+
| 2218 | [Maximum Value of K Coins From Piles](https://leetcode-cn.com/problems/maximum-value-of-k-coins-from-piles) | [WC 286](https://leetcode.com/contest/weekly-contest-286) | Q4 | 2158 | | | |
38+
| 1515 | [Best Position for a Service Centre](https://leetcode-cn.com/problems/best-position-for-a-service-centre) | [WC 197](https://leetcode.com/contest/weekly-contest-197) | Q4 | 2157 | | | |
39+
| 1610 | [Maximum Number of Visible Points](https://leetcode-cn.com/problems/maximum-number-of-visible-points) | [WC 209](https://leetcode.com/contest/weekly-contest-209) | Q3 | 2147 | | | |
40+
| 1906 | [Minimum Absolute Difference Queries](https://leetcode-cn.com/problems/minimum-absolute-difference-queries) | [WC 246](https://leetcode.com/contest/weekly-contest-246) | Q4 | 2147 | | | |
41+
| 1879 | [Minimum XOR Sum of Two Arrays](https://leetcode-cn.com/problems/minimum-xor-sum-of-two-arrays) | [BiC 53](https://leetcode.com/contest/biweekly-contest-53) | Q4 | 2145 | | | |
42+
| 906 | [Super Palindromes](https://leetcode-cn.com/problems/super-palindromes) | [WC 102](https://leetcode.com/contest/weekly-contest-102) | Q4 | 2140 | | | |
43+
| 959 | [Regions Cut By Slashes](https://leetcode-cn.com/problems/regions-cut-by-slashes) | [WC 115](https://leetcode.com/contest/weekly-contest-115) | Q3 | 2136 | | | |
44+
| 910 | [Smallest Range II](https://leetcode-cn.com/problems/smallest-range-ii) | [WC 103](https://leetcode.com/contest/weekly-contest-103) | Q3 | 2135 | | | |
45+
| 1439 | [Find the Kth Smallest Sum of a Matrix With Sorted Rows](https://leetcode-cn.com/problems/find-the-kth-smallest-sum-of-a-matrix-with-sorted-rows) | [WC 187](https://leetcode.com/contest/weekly-contest-187) | Q4 | 2134 | | | |
46+
| 898 | [Bitwise ORs of Subarrays](https://leetcode-cn.com/problems/bitwise-ors-of-subarrays) | [WC 100](https://leetcode.com/contest/weekly-contest-100) | Q3 | 2133 | | | |

0 commit comments

Comments
 (0)