Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit c1536d1

Browse files
committed
更新 README.md
1 parent 3d16206 commit c1536d1

File tree

3 files changed

+39
-34
lines changed

3 files changed

+39
-34
lines changed

Favorite.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 我收藏的 263
1+
# 我收藏的 264
22

33
|题号|题目|通过率|难度|收藏|
44
|:-:|:-|:-: | :-: | :-: |
@@ -174,7 +174,7 @@
174174
|[0659](https://leetcode.com/problems/split-array-into-consecutive-subsequences/)|[Split Array into Consecutive Subsequences](./Algorithms/0659.split-array-into-consecutive-subsequences)|39%|Medium|[](https://leetcode.com/list/oussv5j)|
175175
|[0664](https://leetcode.com/problems/strange-printer/)|[Strange Printer](./Algorithms/0664.strange-printer)|35%|Hard|[](https://leetcode.com/list/oussv5j)|
176176
|[0670](https://leetcode.com/problems/maximum-swap/)|[Maximum Swap](./Algorithms/0670.maximum-swap)|39%|Medium|[](https://leetcode.com/list/oussv5j)|
177-
|[0673](https://leetcode.com/problems/number-of-longest-increasing-subsequence/)|[Number of Longest Increasing Subsequence](./Algorithms/0673.number-of-longest-increasing-subsequence)|33%|Medium|[](https://leetcode.com/list/oussv5j)|
177+
|[0673](https://leetcode.com/problems/number-of-longest-increasing-subsequence/)|[Number of Longest Increasing Subsequence](./Algorithms/0673.number-of-longest-increasing-subsequence)|32%|Medium|[](https://leetcode.com/list/oussv5j)|
178178
|[0675](https://leetcode.com/problems/cut-off-trees-for-golf-event/)|[Cut Off Trees for Golf Event](./Algorithms/0675.cut-off-trees-for-golf-event)|29%|Hard|[](https://leetcode.com/list/oussv5j)|
179179
|[0677](https://leetcode.com/problems/map-sum-pairs/)|[Map Sum Pairs](./Algorithms/0677.map-sum-pairs)|51%|Medium|[](https://leetcode.com/list/oussv5j)|
180180
|[0678](https://leetcode.com/problems/valid-parenthesis-string/)|[Valid Parenthesis String](./Algorithms/0678.valid-parenthesis-string)|31%|Medium|[](https://leetcode.com/list/oussv5j)|
@@ -264,4 +264,5 @@
264264
|[0921](https://leetcode.com/problems/minimum-add-to-make-parentheses-valid/)|[Minimum Add to Make Parentheses Valid](./Algorithms/0921.minimum-add-to-make-parentheses-valid)|69%|Medium|[](https://leetcode.com/list/oussv5j)|
265265
|[0923](https://leetcode.com/problems/3sum-with-multiplicity/)|[3Sum With Multiplicity](./Algorithms/0923.3sum-with-multiplicity)|31%|Medium|[](https://leetcode.com/list/oussv5j)|
266266
|[0932](https://leetcode.com/problems/beautiful-array/)|[Beautiful Array](./Algorithms/0932.beautiful-array)|50%|Medium|[](https://leetcode.com/list/oussv5j)|
267+
|[0936](https://leetcode.com/problems/stamping-the-sequence/)|[Stamping The Sequence](./Algorithms/0936.stamping-the-sequence)|34%|Hard|[](https://leetcode.com/list/oussv5j)|
267268
|[0940](https://leetcode.com/problems/distinct-subsequences-ii/)|[Distinct Subsequences II](./Algorithms/0940.distinct-subsequences-ii)|36%|Hard|[](https://leetcode.com/list/oussv5j)|

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@
1010
1111
| |Easy|Medium|Hard|Total|
1212
|:---:|:---:|:---:|:---:|:---:|
13-
|**Accepted**|210|351|155|716|
14-
|**Total**|227|380|166|773|
13+
|**Accepted**|211|351|156|718|
14+
|**Total**|228|383|166|777|
1515

1616
## 题解
1717

1818
|题号|题目|通过率|难度|收藏|
1919
|:-:|:-|:-: | :-: | :-: |
20-
|[0984](https://leetcode.com/problems/string-without-aaa-or-bbb/)| * String Without AAA or BBB|31%|Easy||
20+
|[0988](https://leetcode.com/problems/smallest-string-starting-from-leaf/)| * Smallest String Starting From Leaf :new: |49%|Medium||
21+
|[0987](https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree/)| * Vertical Order Traversal of a Binary Tree :new: |31%|Medium||
22+
|[0986](https://leetcode.com/problems/interval-list-intersections/)| * Interval List Intersections :new: |54%|Medium||
23+
|[0985](https://leetcode.com/problems/sum-of-even-numbers-after-queries/)| * Sum of Even Numbers After Queries :new: |69%|Easy||
24+
|[0984](https://leetcode.com/problems/string-without-aaa-or-bbb/)|[String Without AAA or BBB](./Algorithms/0984.string-without-aaa-or-bbb)|31%|Easy||
2125
|[0983](https://leetcode.com/problems/minimum-cost-for-tickets/)| * Minimum Cost For Tickets|57%|Medium||
2226
|[0982](https://leetcode.com/problems/triples-with-bitwise-and-equal-to-zero/)| * Triples with Bitwise AND Equal To Zero|52%|Hard||
2327
|[0981](https://leetcode.com/problems/time-based-key-value-store/)| * Time Based Key-Value Store|48%|Medium||
@@ -26,11 +30,11 @@
2630
|[0978](https://leetcode.com/problems/longest-turbulent-subarray/)| * Longest Turbulent Subarray|45%|Medium||
2731
|[0977](https://leetcode.com/problems/squares-of-a-sorted-array/)| * Squares of a Sorted Array|74%|Easy||
2832
|[0976](https://leetcode.com/problems/largest-perimeter-triangle/)| * Largest Perimeter Triangle|56%|Easy||
29-
|[0975](https://leetcode.com/problems/odd-even-jump/)| * Odd Even Jump|50%|Hard||
33+
|[0975](https://leetcode.com/problems/odd-even-jump/)| * Odd Even Jump|51%|Hard||
3034
|[0974](https://leetcode.com/problems/subarray-sums-divisible-by-k/)| * Subarray Sums Divisible by K|39%|Medium||
3135
|[0973](https://leetcode.com/problems/k-closest-points-to-origin/)| * K Closest Points to Origin|67%|Easy||
3236
|[0972](https://leetcode.com/problems/equal-rational-numbers/)| * Equal Rational Numbers|39%|Hard||
33-
|[0971](https://leetcode.com/problems/flip-binary-tree-to-match-preorder-traversal/)| * Flip Binary Tree To Match Preorder Traversal|42%|Medium||
37+
|[0971](https://leetcode.com/problems/flip-binary-tree-to-match-preorder-traversal/)| * Flip Binary Tree To Match Preorder Traversal|41%|Medium||
3438
|[0970](https://leetcode.com/problems/powerful-integers/)| * Powerful Integers|38%|Easy||
3539
|[0969](https://leetcode.com/problems/pancake-sorting/)| * Pancake Sorting|61%|Medium||
3640
|[0968](https://leetcode.com/problems/binary-tree-cameras/)| * Binary Tree Cameras|33%|Hard||
@@ -65,16 +69,16 @@
6569
|[0939](https://leetcode.com/problems/minimum-area-rectangle/)| * Minimum Area Rectangle|47%|Medium||
6670
|[0938](https://leetcode.com/problems/range-sum-of-bst/)| * Range Sum of BST|80%|Medium||
6771
|[0937](https://leetcode.com/problems/reorder-log-files/)|[Reorder Log Files](./Algorithms/0937.reorder-log-files)|57%|Easy||
68-
|[0936](https://leetcode.com/problems/stamping-the-sequence/)| * Stamping The Sequence|34%|Hard||
72+
|[0936](https://leetcode.com/problems/stamping-the-sequence/)|[Stamping The Sequence](./Algorithms/0936.stamping-the-sequence)|34%|Hard|[](https://leetcode.com/list/oussv5j)|
6973
|[0935](https://leetcode.com/problems/knight-dialer/)|[Knight Dialer](./Algorithms/0935.knight-dialer)|37%|Medium||
7074
|[0934](https://leetcode.com/problems/shortest-bridge/)|[Shortest Bridge](./Algorithms/0934.shortest-bridge)|43%|Medium||
7175
|[0933](https://leetcode.com/problems/number-of-recent-calls/)|[Number of Recent Calls](./Algorithms/0933.number-of-recent-calls)|67%|Easy||
7276
|[0932](https://leetcode.com/problems/beautiful-array/)|[Beautiful Array](./Algorithms/0932.beautiful-array)|50%|Medium|[](https://leetcode.com/list/oussv5j)|
7377
|[0931](https://leetcode.com/problems/minimum-falling-path-sum/)|[Minimum Falling Path Sum](./Algorithms/0931.minimum-falling-path-sum)|56%|Medium||
74-
|[0930](https://leetcode.com/problems/binary-subarrays-with-sum/)|[Binary Subarrays With Sum](./Algorithms/0930.binary-subarrays-with-sum)|35%|Medium||
78+
|[0930](https://leetcode.com/problems/binary-subarrays-with-sum/)|[Binary Subarrays With Sum](./Algorithms/0930.binary-subarrays-with-sum)|36%|Medium||
7579
|[0929](https://leetcode.com/problems/unique-email-addresses/)|[Unique Email Addresses](./Algorithms/0929.unique-email-addresses)|79%|Easy||
7680
|[0928](https://leetcode.com/problems/minimize-malware-spread-ii/)|[Minimize Malware Spread II](./Algorithms/0928.minimize-malware-spread-ii)|38%|Hard||
77-
|[0927](https://leetcode.com/problems/three-equal-parts/)|[Three Equal Parts](./Algorithms/0927.three-equal-parts)|28%|Hard||
81+
|[0927](https://leetcode.com/problems/three-equal-parts/)|[Three Equal Parts](./Algorithms/0927.three-equal-parts)|29%|Hard||
7882
|[0926](https://leetcode.com/problems/flip-string-to-monotone-increasing/)|[Flip String to Monotone Increasing](./Algorithms/0926.flip-string-to-monotone-increasing)|47%|Medium||
7983
|[0925](https://leetcode.com/problems/long-pressed-name/)|[Long Pressed Name](./Algorithms/0925.long-pressed-name)|44%|Easy||
8084
|[0924](https://leetcode.com/problems/minimize-malware-spread/)|[Minimize Malware Spread](./Algorithms/0924.minimize-malware-spread)|37%|Hard||
@@ -114,7 +118,7 @@
114118
|[0889](https://leetcode.com/problems/construct-binary-tree-from-preorder-and-postorder-traversal/)|[Construct Binary Tree from Preorder and Postorder Traversal](./Algorithms/0889.construct-binary-tree-from-preorder-and-postorder-traversal)|57%|Medium||
115119
|[0888](https://leetcode.com/problems/fair-candy-swap/)|[Fair Candy Swap](./Algorithms/0888.fair-candy-swap)|55%|Easy||
116120
|[0887](https://leetcode.com/problems/super-egg-drop/)|[Super Egg Drop](./Algorithms/0887.super-egg-drop)|24%|Hard||
117-
|[0886](https://leetcode.com/problems/possible-bipartition/)|[Possible Bipartition](./Algorithms/0886.possible-bipartition)|39%|Medium||
121+
|[0886](https://leetcode.com/problems/possible-bipartition/)|[Possible Bipartition](./Algorithms/0886.possible-bipartition)|40%|Medium||
118122
|[0885](https://leetcode.com/problems/spiral-matrix-iii/)|[Spiral Matrix III](./Algorithms/0885.spiral-matrix-iii)|63%|Medium||
119123
|[0884](https://leetcode.com/problems/uncommon-words-from-two-sentences/)|[Uncommon Words from Two Sentences](./Algorithms/0884.uncommon-words-from-two-sentences)|60%|Easy||
120124
|[0883](https://leetcode.com/problems/projection-area-of-3d-shapes/)|[Projection Area of 3D Shapes](./Algorithms/0883.projection-area-of-3d-shapes)|65%|Easy||
@@ -281,7 +285,7 @@
281285
|[0704](https://leetcode.com/problems/binary-search/)|[Binary Search](./Algorithms/0704.binary-search)|44%|Easy||
282286
|[0703](https://leetcode.com/problems/kth-largest-element-in-a-stream/)|[Kth Largest Element in a Stream](./Algorithms/0703.kth-largest-element-in-a-stream)|43%|Easy||
283287
|[0701](https://leetcode.com/problems/insert-into-a-binary-search-tree/)|[Insert into a Binary Search Tree](./Algorithms/0701.insert-into-a-binary-search-tree)|72%|Medium||
284-
|[0700](https://leetcode.com/problems/search-in-a-binary-search-tree/)|[Search in a Binary Search Tree](./Algorithms/0700.search-in-a-binary-search-tree)|65%|Easy||
288+
|[0700](https://leetcode.com/problems/search-in-a-binary-search-tree/)|[Search in a Binary Search Tree](./Algorithms/0700.search-in-a-binary-search-tree)|66%|Easy||
285289
|[0699](https://leetcode.com/problems/falling-squares/)|[Falling Squares](./Algorithms/0699.falling-squares)|39%|Hard||
286290
|[0698](https://leetcode.com/problems/partition-to-k-equal-sum-subsets/)|[Partition to K Equal Sum Subsets](./Algorithms/0698.partition-to-k-equal-sum-subsets)|40%|Medium|[](https://leetcode.com/list/oussv5j)|
287291
|[0697](https://leetcode.com/problems/degree-of-an-array/)|[Degree of an Array](./Algorithms/0697.degree-of-an-array)|48%|Easy||
@@ -296,15 +300,15 @@
296300
|[0686](https://leetcode.com/problems/repeated-string-match/)|[Repeated String Match](./Algorithms/0686.repeated-string-match)|31%|Easy|[](https://leetcode.com/list/oussv5j)|
297301
|[0685](https://leetcode.com/problems/redundant-connection-ii/)|[Redundant Connection II](./Algorithms/0685.redundant-connection-ii)|29%|Hard|[](https://leetcode.com/list/oussv5j)|
298302
|[0684](https://leetcode.com/problems/redundant-connection/)|[Redundant Connection](./Algorithms/0684.redundant-connection)|49%|Medium||
299-
|[0682](https://leetcode.com/problems/baseball-game/)|[Baseball Game](./Algorithms/0682.baseball-game)|59%|Easy||
303+
|[0682](https://leetcode.com/problems/baseball-game/)|[Baseball Game](./Algorithms/0682.baseball-game)|60%|Easy||
300304
|[0680](https://leetcode.com/problems/valid-palindrome-ii/)|[Valid Palindrome II](./Algorithms/0680.valid-palindrome-ii)|33%|Easy||
301305
|[0679](https://leetcode.com/problems/24-game/)|[24 Game](./Algorithms/0679.24-game)|41%|Hard|[](https://leetcode.com/list/oussv5j)|
302306
|[0678](https://leetcode.com/problems/valid-parenthesis-string/)|[Valid Parenthesis String](./Algorithms/0678.valid-parenthesis-string)|31%|Medium|[](https://leetcode.com/list/oussv5j)|
303307
|[0677](https://leetcode.com/problems/map-sum-pairs/)|[Map Sum Pairs](./Algorithms/0677.map-sum-pairs)|51%|Medium|[](https://leetcode.com/list/oussv5j)|
304308
|[0676](https://leetcode.com/problems/implement-magic-dictionary/)|[Implement Magic Dictionary](./Algorithms/0676.implement-magic-dictionary)|50%|Medium||
305309
|[0675](https://leetcode.com/problems/cut-off-trees-for-golf-event/)|[Cut Off Trees for Golf Event](./Algorithms/0675.cut-off-trees-for-golf-event)|29%|Hard|[](https://leetcode.com/list/oussv5j)|
306310
|[0674](https://leetcode.com/problems/longest-continuous-increasing-subsequence/)|[Longest Continuous Increasing Subsequence](./Algorithms/0674.longest-continuous-increasing-subsequence)|43%|Easy||
307-
|[0673](https://leetcode.com/problems/number-of-longest-increasing-subsequence/)|[Number of Longest Increasing Subsequence](./Algorithms/0673.number-of-longest-increasing-subsequence)|33%|Medium|[](https://leetcode.com/list/oussv5j)|
311+
|[0673](https://leetcode.com/problems/number-of-longest-increasing-subsequence/)|[Number of Longest Increasing Subsequence](./Algorithms/0673.number-of-longest-increasing-subsequence)|32%|Medium|[](https://leetcode.com/list/oussv5j)|
308312
|[0672](https://leetcode.com/problems/bulb-switcher-ii/)|[Bulb Switcher II](./Algorithms/0672.bulb-switcher-ii)|49%|Medium||
309313
|[0671](https://leetcode.com/problems/second-minimum-node-in-a-binary-tree/)|[Second Minimum Node In a Binary Tree](./Algorithms/0671.second-minimum-node-in-a-binary-tree)|43%|Easy||
310314
|[0670](https://leetcode.com/problems/maximum-swap/)|[Maximum Swap](./Algorithms/0670.maximum-swap)|39%|Medium|[](https://leetcode.com/list/oussv5j)|
@@ -371,7 +375,7 @@
371375
|[0557](https://leetcode.com/problems/reverse-words-in-a-string-iii/)|[Reverse Words in a String III](./Algorithms/0557.reverse-words-in-a-string-iii)|62%|Easy||
372376
|[0556](https://leetcode.com/problems/next-greater-element-iii/)|[Next Greater Element III](./Algorithms/0556.next-greater-element-iii)|29%|Medium||
373377
|[0554](https://leetcode.com/problems/brick-wall/)|[Brick Wall](./Algorithms/0554.brick-wall)|47%|Medium||
374-
|[0553](https://leetcode.com/problems/optimal-division/)|[Optimal Division](./Algorithms/0553.optimal-division)|55%|Medium||
378+
|[0553](https://leetcode.com/problems/optimal-division/)|[Optimal Division](./Algorithms/0553.optimal-division)|54%|Medium||
375379
|[0552](https://leetcode.com/problems/student-attendance-record-ii/)|[Student Attendance Record II](./Algorithms/0552.student-attendance-record-ii)|32%|Hard|[](https://leetcode.com/list/oussv5j)|
376380
|[0551](https://leetcode.com/problems/student-attendance-record-i/)|[Student Attendance Record I](./Algorithms/0551.student-attendance-record-i)|45%|Easy||
377381
|[0547](https://leetcode.com/problems/friend-circles/)|[Friend Circles](./Algorithms/0547.friend-circles)|52%|Medium|[](https://leetcode.com/list/oussv5j)|
@@ -407,7 +411,7 @@
407411
|[0506](https://leetcode.com/problems/relative-ranks/)|[Relative Ranks](./Algorithms/0506.relative-ranks)|47%|Easy||
408412
|[0504](https://leetcode.com/problems/base-7/)|[Base 7](./Algorithms/0504.base-7)|44%|Easy||
409413
|[0503](https://leetcode.com/problems/next-greater-element-ii/)|[Next Greater Element II](./Algorithms/0503.next-greater-element-ii)|49%|Medium|[](https://leetcode.com/list/oussv5j)|
410-
|[0502](https://leetcode.com/problems/ipo/)|[IPO](./Algorithms/0502.ipo)|36%|Hard||
414+
|[0502](https://leetcode.com/problems/ipo/)|[IPO](./Algorithms/0502.ipo)|37%|Hard||
411415
|[0501](https://leetcode.com/problems/find-mode-in-binary-search-tree/)|[Find Mode in Binary Search Tree](./Algorithms/0501.find-mode-in-binary-search-tree)|38%|Easy|[](https://leetcode.com/list/oussv5j)|
412416
|[0500](https://leetcode.com/problems/keyboard-row/)|[Keyboard Row](./Algorithms/0500.keyboard-row)|61%|Easy||
413417
|[0498](https://leetcode.com/problems/diagonal-traverse/)|[Diagonal Traverse](./Algorithms/0498.diagonal-traverse)|44%|Medium||
@@ -444,7 +448,7 @@
444448
|[0460](https://leetcode.com/problems/lfu-cache/)|[LFU Cache](./Algorithms/0460.lfu-cache)|27%|Hard||
445449
|[0459](https://leetcode.com/problems/repeated-substring-pattern/)|[Repeated Substring Pattern](./Algorithms/0459.repeated-substring-pattern)|39%|Easy|[](https://leetcode.com/list/oussv5j)|
446450
|[0458](https://leetcode.com/problems/poor-pigs/)|[Poor Pigs](./Algorithms/0458.poor-pigs)|44%|Easy||
447-
|[0457](https://leetcode.com/problems/circular-array-loop/)|[Circular Array Loop](./Algorithms/0457.circular-array-loop)|26%|Medium||
451+
|[0457](https://leetcode.com/problems/circular-array-loop/)|[Circular Array Loop](./Algorithms/0457.circular-array-loop)|27%|Medium||
448452
|[0456](https://leetcode.com/problems/132-pattern/)|[132 Pattern](./Algorithms/0456.132-pattern)|27%|Medium|[](https://leetcode.com/list/oussv5j)|
449453
|[0455](https://leetcode.com/problems/assign-cookies/)|[Assign Cookies](./Algorithms/0455.assign-cookies)|47%|Easy||
450454
|[0454](https://leetcode.com/problems/4sum-ii/)|[4Sum II](./Algorithms/0454.4sum-ii)|49%|Medium||

leetcode.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"Username": "aQuaYi",
33
"Ranking": 927,
4-
"Updated": "2019-02-03T13:23:43.339935459+08:00",
4+
"Updated": "2019-02-03T17:29:34.897400023+08:00",
55
"Record": {
66
"Easy": {
7-
"Solved": 210,
7+
"Solved": 211,
88
"Total": 228
99
},
1010
"Medium": {
1111
"Solved": 351,
1212
"Total": 383
1313
},
1414
"Hard": {
15-
"Solved": 155,
15+
"Solved": 156,
1616
"Total": 166
1717
},
1818
"Total": {
19-
"Solved": 716,
19+
"Solved": 718,
2020
"Total": 777
2121
}
2222
},
@@ -3901,7 +3901,7 @@
39013901
"ID": 323,
39023902
"Title": "Number of Connected Components in an Undirected Graph",
39033903
"TitleSlug": "number-of-connected-components-in-an-undirected-graph",
3904-
"PassRate": "50%",
3904+
"PassRate": "51%",
39053905
"Difficulty": "Medium",
39063906
"IsAccepted": false,
39073907
"IsPaid": true,
@@ -6145,7 +6145,7 @@
61456145
"ID": 510,
61466146
"Title": "Inorder Successor in BST II",
61476147
"TitleSlug": "inorder-successor-in-bst-ii",
6148-
"PassRate": "61%",
6148+
"PassRate": "60%",
61496149
"Difficulty": "Medium",
61506150
"IsAccepted": false,
61516151
"IsPaid": true,
@@ -6277,7 +6277,7 @@
62776277
"ID": 521,
62786278
"Title": "Longest Uncommon Subsequence I ",
62796279
"TitleSlug": "longest-uncommon-subsequence-i",
6280-
"PassRate": "55%",
6280+
"PassRate": "56%",
62816281
"Difficulty": "Easy",
62826282
"IsAccepted": true,
62836283
"IsPaid": false,
@@ -8101,7 +8101,7 @@
81018101
"ID": 673,
81028102
"Title": "Number of Longest Increasing Subsequence",
81038103
"TitleSlug": "number-of-longest-increasing-subsequence",
8104-
"PassRate": "33%",
8104+
"PassRate": "32%",
81058105
"Difficulty": "Medium",
81068106
"IsAccepted": true,
81078107
"IsPaid": false,
@@ -8209,7 +8209,7 @@
82098209
"ID": 682,
82108210
"Title": "Baseball Game",
82118211
"TitleSlug": "baseball-game",
8212-
"PassRate": "59%",
8212+
"PassRate": "60%",
82138213
"Difficulty": "Easy",
82148214
"IsAccepted": true,
82158215
"IsPaid": false,
@@ -8425,7 +8425,7 @@
84258425
"ID": 700,
84268426
"Title": "Search in a Binary Search Tree",
84278427
"TitleSlug": "search-in-a-binary-search-tree",
8428-
"PassRate": "65%",
8428+
"PassRate": "66%",
84298429
"Difficulty": "Easy",
84308430
"IsAccepted": true,
84318431
"IsPaid": false,
@@ -11259,9 +11259,9 @@
1125911259
"TitleSlug": "stamping-the-sequence",
1126011260
"PassRate": "34%",
1126111261
"Difficulty": "Hard",
11262-
"IsAccepted": false,
11262+
"IsAccepted": true,
1126311263
"IsPaid": false,
11264-
"IsFavor": false,
11264+
"IsFavor": true,
1126511265
"IsNew": false,
1126611266
"HasNoGoOption": false
1126711267
},
@@ -11809,7 +11809,7 @@
1180911809
"ID": 982,
1181011810
"Title": "Triples with Bitwise AND Equal To Zero",
1181111811
"TitleSlug": "triples-with-bitwise-and-equal-to-zero",
11812-
"PassRate": "53%",
11812+
"PassRate": "52%",
1181311813
"Difficulty": "Hard",
1181411814
"IsAccepted": false,
1181511815
"IsPaid": false,
@@ -11835,7 +11835,7 @@
1183511835
"TitleSlug": "string-without-aaa-or-bbb",
1183611836
"PassRate": "31%",
1183711837
"Difficulty": "Easy",
11838-
"IsAccepted": false,
11838+
"IsAccepted": true,
1183911839
"IsPaid": false,
1184011840
"IsFavor": false,
1184111841
"IsNew": false,
@@ -11857,7 +11857,7 @@
1185711857
"ID": 986,
1185811858
"Title": "Interval List Intersections",
1185911859
"TitleSlug": "interval-list-intersections",
11860-
"PassRate": "53%",
11860+
"PassRate": "54%",
1186111861
"Difficulty": "Medium",
1186211862
"IsAccepted": false,
1186311863
"IsPaid": false,
@@ -11869,7 +11869,7 @@
1186911869
"ID": 987,
1187011870
"Title": "Vertical Order Traversal of a Binary Tree",
1187111871
"TitleSlug": "vertical-order-traversal-of-a-binary-tree",
11872-
"PassRate": "30%",
11872+
"PassRate": "31%",
1187311873
"Difficulty": "Medium",
1187411874
"IsAccepted": false,
1187511875
"IsPaid": false,
@@ -11881,7 +11881,7 @@
1188111881
"ID": 988,
1188211882
"Title": "Smallest String Starting From Leaf",
1188311883
"TitleSlug": "smallest-string-starting-from-leaf",
11884-
"PassRate": "48%",
11884+
"PassRate": "49%",
1188511885
"Difficulty": "Medium",
1188611886
"IsAccepted": false,
1188711887
"IsPaid": false,

0 commit comments

Comments
 (0)