Skip to content

Commit e730aa6

Browse files
committed
update
1 parent b84ae53 commit e730aa6

File tree

2,244 files changed

+8703
-59499
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,244 files changed

+8703
-59499
lines changed

Diff for: leetcode-cn/origin-data.json

+3,357-3,357
Large diffs are not rendered by default.

Diff for: leetcode/originData/01-matrix.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"translatedContent": null,
1212
"isPaidOnly": false,
1313
"difficulty": "Medium",
14-
"likes": 4341,
15-
"dislikes": 216,
14+
"likes": 4349,
15+
"dislikes": 217,
1616
"isLiked": null,
1717
"similarQuestions": "[{\"title\": \"Shortest Path to Get Food\", \"titleSlug\": \"shortest-path-to-get-food\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Minimum Operations to Remove Adjacent Ones in Matrix\", \"titleSlug\": \"minimum-operations-to-remove-adjacent-ones-in-matrix\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
1818
"exampleTestcases": "[[0,0,0],[0,1,0],[0,0,0]]\n[[0,0,0],[0,1,0],[1,1,1]]",
@@ -155,7 +155,7 @@
155155
"__typename": "CodeSnippetNode"
156156
}
157157
],
158-
"stats": "{\"totalAccepted\": \"226.9K\", \"totalSubmission\": \"519.3K\", \"totalAcceptedRaw\": 226883, \"totalSubmissionRaw\": 519339, \"acRate\": \"43.7%\"}",
158+
"stats": "{\"totalAccepted\": \"227.6K\", \"totalSubmission\": \"520.7K\", \"totalAcceptedRaw\": 227562, \"totalSubmissionRaw\": 520659, \"acRate\": \"43.7%\"}",
159159
"hints": [],
160160
"solution": {
161161
"id": "113",

Diff for: leetcode/originData/1-bit-and-2-bit-characters.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"translatedContent": null,
1212
"isPaidOnly": false,
1313
"difficulty": "Easy",
14-
"likes": 658,
15-
"dislikes": 1699,
14+
"likes": 660,
15+
"dislikes": 1700,
1616
"isLiked": null,
1717
"similarQuestions": "[{\"title\": \"Gray Code\", \"titleSlug\": \"gray-code\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
1818
"exampleTestcases": "[1,0,0]\n[1,1,1,0]",
@@ -137,7 +137,7 @@
137137
"__typename": "CodeSnippetNode"
138138
}
139139
],
140-
"stats": "{\"totalAccepted\": \"102.1K\", \"totalSubmission\": \"220.8K\", \"totalAcceptedRaw\": 102058, \"totalSubmissionRaw\": 220846, \"acRate\": \"46.2%\"}",
140+
"stats": "{\"totalAccepted\": \"102.1K\", \"totalSubmission\": \"221K\", \"totalAcceptedRaw\": 102125, \"totalSubmissionRaw\": 221017, \"acRate\": \"46.2%\"}",
141141
"hints": [
142142
"Keep track of where the next character starts. At the end, you want to know if you started on the last bit."
143143
],

Diff for: leetcode/originData/132-pattern.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"translatedContent": null,
1212
"isPaidOnly": false,
1313
"difficulty": "Medium",
14-
"likes": 3154,
14+
"likes": 3157,
1515
"dislikes": 173,
1616
"isLiked": null,
1717
"similarQuestions": "[]",
@@ -161,7 +161,7 @@
161161
"__typename": "CodeSnippetNode"
162162
}
163163
],
164-
"stats": "{\"totalAccepted\": \"105.4K\", \"totalSubmission\": \"341K\", \"totalAcceptedRaw\": 105416, \"totalSubmissionRaw\": 341027, \"acRate\": \"30.9%\"}",
164+
"stats": "{\"totalAccepted\": \"105.5K\", \"totalSubmission\": \"341.4K\", \"totalAcceptedRaw\": 105546, \"totalSubmissionRaw\": 341378, \"acRate\": \"30.9%\"}",
165165
"hints": [],
166166
"solution": {
167167
"id": "189",

Diff for: leetcode/originData/2-keys-keyboard.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"translatedContent": null,
1212
"isPaidOnly": false,
1313
"difficulty": "Medium",
14-
"likes": 2505,
14+
"likes": 2514,
1515
"dislikes": 157,
1616
"isLiked": null,
1717
"similarQuestions": "[{\"title\": \"4 Keys Keyboard\", \"titleSlug\": \"4-keys-keyboard\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Broken Calculator\", \"titleSlug\": \"broken-calculator\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -143,7 +143,7 @@
143143
"__typename": "CodeSnippetNode"
144144
}
145145
],
146-
"stats": "{\"totalAccepted\": \"97.4K\", \"totalSubmission\": \"186.5K\", \"totalAcceptedRaw\": 97399, \"totalSubmissionRaw\": 186473, \"acRate\": \"52.2%\"}",
146+
"stats": "{\"totalAccepted\": \"97.5K\", \"totalSubmission\": \"186.7K\", \"totalAcceptedRaw\": 97543, \"totalSubmissionRaw\": 186710, \"acRate\": \"52.2%\"}",
147147
"hints": [
148148
"How many characters may be there in the clipboard at the last step if n = 3? n = 7? n = 10? n = 24?"
149149
],

Diff for: leetcode/originData/24-game.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"translatedContent": null,
1212
"isPaidOnly": false,
1313
"difficulty": "Hard",
14-
"likes": 1159,
14+
"likes": 1160,
1515
"dislikes": 216,
1616
"isLiked": null,
1717
"similarQuestions": "[]",
@@ -149,7 +149,7 @@
149149
"__typename": "CodeSnippetNode"
150150
}
151151
],
152-
"stats": "{\"totalAccepted\": \"62.1K\", \"totalSubmission\": \"127.7K\", \"totalAcceptedRaw\": 62129, \"totalSubmissionRaw\": 127678, \"acRate\": \"48.7%\"}",
152+
"stats": "{\"totalAccepted\": \"62.2K\", \"totalSubmission\": \"127.8K\", \"totalAcceptedRaw\": 62221, \"totalSubmissionRaw\": 127831, \"acRate\": \"48.7%\"}",
153153
"hints": [],
154154
"solution": null,
155155
"status": null,

Diff for: leetcode/originData/3sum-closest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"translatedContent": null,
1212
"isPaidOnly": false,
1313
"difficulty": "Medium",
14-
"likes": 5536,
15-
"dislikes": 237,
14+
"likes": 5542,
15+
"dislikes": 238,
1616
"isLiked": null,
1717
"similarQuestions": "[{\"title\": \"3Sum\", \"titleSlug\": \"3sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"3Sum Smaller\", \"titleSlug\": \"3sum-smaller\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
1818
"exampleTestcases": "[-1,2,1,-4]\n1\n[0,0,0]\n1",
@@ -149,7 +149,7 @@
149149
"__typename": "CodeSnippetNode"
150150
}
151151
],
152-
"stats": "{\"totalAccepted\": \"772.1K\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 772051, \"totalSubmissionRaw\": 1640391, \"acRate\": \"47.1%\"}",
152+
"stats": "{\"totalAccepted\": \"773.2K\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 773194, \"totalSubmissionRaw\": 1642916, \"acRate\": \"47.1%\"}",
153153
"hints": [],
154154
"solution": {
155155
"id": "948",

Diff for: leetcode/originData/3sum-with-multiplicity.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"translatedContent": null,
1212
"isPaidOnly": false,
1313
"difficulty": "Medium",
14-
"likes": 892,
15-
"dislikes": 144,
14+
"likes": 895,
15+
"dislikes": 145,
1616
"isLiked": null,
1717
"similarQuestions": "[]",
1818
"exampleTestcases": "[1,1,2,2,3,3,4,4,5,5]\n8\n[1,1,2,2,2,2]\n5",
@@ -161,7 +161,7 @@
161161
"__typename": "CodeSnippetNode"
162162
}
163163
],
164-
"stats": "{\"totalAccepted\": \"45.4K\", \"totalSubmission\": \"109.7K\", \"totalAcceptedRaw\": 45405, \"totalSubmissionRaw\": 109722, \"acRate\": \"41.4%\"}",
164+
"stats": "{\"totalAccepted\": \"45.4K\", \"totalSubmission\": \"109.8K\", \"totalAcceptedRaw\": 45438, \"totalSubmissionRaw\": 109781, \"acRate\": \"41.4%\"}",
165165
"hints": [],
166166
"solution": {
167167
"id": "587",

Diff for: leetcode/originData/3sum.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"translatedContent": null,
1212
"isPaidOnly": false,
1313
"difficulty": "Medium",
14-
"likes": 16789,
15-
"dislikes": 1616,
14+
"likes": 16830,
15+
"dislikes": 1620,
1616
"isLiked": null,
1717
"similarQuestions": "[{\"title\": \"Two Sum\", \"titleSlug\": \"two-sum\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"3Sum Closest\", \"titleSlug\": \"3sum-closest\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"4Sum\", \"titleSlug\": \"4sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"3Sum Smaller\", \"titleSlug\": \"3sum-smaller\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
1818
"exampleTestcases": "[-1,0,1,2,-1,-4]\n[]\n[0]",
@@ -149,7 +149,7 @@
149149
"__typename": "CodeSnippetNode"
150150
}
151151
],
152-
"stats": "{\"totalAccepted\": \"1.8M\", \"totalSubmission\": \"6M\", \"totalAcceptedRaw\": 1845626, \"totalSubmissionRaw\": 5983083, \"acRate\": \"30.8%\"}",
152+
"stats": "{\"totalAccepted\": \"1.8M\", \"totalSubmission\": \"6M\", \"totalAcceptedRaw\": 1849340, \"totalSubmissionRaw\": 5992787, \"acRate\": \"30.9%\"}",
153153
"hints": [
154154
"So, we essentially need to find three numbers x, y, and z such that they add up to the given value. If we fix one of the numbers say x, we are left with the two-sum problem at hand!",
155155
"For the two-sum problem, if we fix one of the numbers, say <pre>x</pre>, we have to scan the entire array to find the next number<pre>y</pre> which is <pre>value - x</pre> where value is the input parameter. Can we change our array somehow so that this search becomes faster?",

Diff for: leetcode/originData/4sum-ii.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"translatedContent": null,
1212
"isPaidOnly": false,
1313
"difficulty": "Medium",
14-
"likes": 3718,
14+
"likes": 3724,
1515
"dislikes": 111,
1616
"isLiked": null,
1717
"similarQuestions": "[{\"title\": \"4Sum\", \"titleSlug\": \"4sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -143,7 +143,7 @@
143143
"__typename": "CodeSnippetNode"
144144
}
145145
],
146-
"stats": "{\"totalAccepted\": \"247.3K\", \"totalSubmission\": \"434K\", \"totalAcceptedRaw\": 247298, \"totalSubmissionRaw\": 433982, \"acRate\": \"57.0%\"}",
146+
"stats": "{\"totalAccepted\": \"247.5K\", \"totalSubmission\": \"434.3K\", \"totalAcceptedRaw\": 247536, \"totalSubmissionRaw\": 434341, \"acRate\": \"57.0%\"}",
147147
"hints": [],
148148
"solution": {
149149
"id": "960",

Diff for: leetcode/originData/4sum.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"translatedContent": null,
1212
"isPaidOnly": false,
1313
"difficulty": "Medium",
14-
"likes": 5852,
15-
"dislikes": 669,
14+
"likes": 5868,
15+
"dislikes": 670,
1616
"isLiked": null,
1717
"similarQuestions": "[{\"title\": \"Two Sum\", \"titleSlug\": \"two-sum\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"3Sum\", \"titleSlug\": \"3sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"4Sum II\", \"titleSlug\": \"4sum-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Count Special Quadruplets\", \"titleSlug\": \"count-special-quadruplets\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
1818
"exampleTestcases": "[1,0,-1,0,-2,2]\n0\n[2,2,2,2,2]\n8",
@@ -149,7 +149,7 @@
149149
"__typename": "CodeSnippetNode"
150150
}
151151
],
152-
"stats": "{\"totalAccepted\": \"559.9K\", \"totalSubmission\": \"1.5M\", \"totalAcceptedRaw\": 559905, \"totalSubmissionRaw\": 1507075, \"acRate\": \"37.2%\"}",
152+
"stats": "{\"totalAccepted\": \"560.7K\", \"totalSubmission\": \"1.5M\", \"totalAcceptedRaw\": 560703, \"totalSubmissionRaw\": 1508974, \"acRate\": \"37.2%\"}",
153153
"hints": [],
154154
"solution": {
155155
"id": "959",

Diff for: leetcode/originData/[no content]3sum-smaller.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"translatedContent": null,
1212
"isPaidOnly": true,
1313
"difficulty": "Medium",
14-
"likes": 1213,
14+
"likes": 1219,
1515
"dislikes": 123,
1616
"isLiked": null,
1717
"similarQuestions": "[{\"title\": \"3Sum\", \"titleSlug\": \"3sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"3Sum Closest\", \"titleSlug\": \"3sum-closest\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Valid Triangle Number\", \"titleSlug\": \"valid-triangle-number\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Two Sum Less Than K\", \"titleSlug\": \"two-sum-less-than-k\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
@@ -46,7 +46,7 @@
4646
],
4747
"companyTagStats": null,
4848
"codeSnippets": null,
49-
"stats": "{\"totalAccepted\": \"112.6K\", \"totalSubmission\": \"224K\", \"totalAcceptedRaw\": 112617, \"totalSubmissionRaw\": 224048, \"acRate\": \"50.3%\"}",
49+
"stats": "{\"totalAccepted\": \"112.8K\", \"totalSubmission\": \"224.4K\", \"totalAcceptedRaw\": 112767, \"totalSubmissionRaw\": 224382, \"acRate\": \"50.3%\"}",
5050
"hints": [],
5151
"solution": {
5252
"id": "13",

Diff for: leetcode/originData/[no content]4-keys-keyboard.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"companyTagStats": null,
3636
"codeSnippets": null,
37-
"stats": "{\"totalAccepted\": \"21.5K\", \"totalSubmission\": \"39.7K\", \"totalAcceptedRaw\": 21459, \"totalSubmissionRaw\": 39711, \"acRate\": \"54.0%\"}",
37+
"stats": "{\"totalAccepted\": \"21.5K\", \"totalSubmission\": \"39.7K\", \"totalAcceptedRaw\": 21467, \"totalSubmissionRaw\": 39732, \"acRate\": \"54.0%\"}",
3838
"hints": [],
3939
"solution": null,
4040
"status": null,

Diff for: leetcode/originData/[no content]accepted-candidates-from-the-interviews.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"companyTagStats": null,
3030
"codeSnippets": null,
31-
"stats": "{\"totalAccepted\": \"2.7K\", \"totalSubmission\": \"3.5K\", \"totalAcceptedRaw\": 2700, \"totalSubmissionRaw\": 3503, \"acRate\": \"77.1%\"}",
31+
"stats": "{\"totalAccepted\": \"2.7K\", \"totalSubmission\": \"3.5K\", \"totalAcceptedRaw\": 2716, \"totalSubmissionRaw\": 3525, \"acRate\": \"77.0%\"}",
3232
"hints": [],
3333
"solution": null,
3434
"status": null,

Diff for: leetcode/originData/[no content]account-balance.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"companyTagStats": null,
3030
"codeSnippets": null,
31-
"stats": "{\"totalAccepted\": \"2.7K\", \"totalSubmission\": \"3.2K\", \"totalAcceptedRaw\": 2695, \"totalSubmissionRaw\": 3170, \"acRate\": \"85.0%\"}",
31+
"stats": "{\"totalAccepted\": \"2.7K\", \"totalSubmission\": \"3.2K\", \"totalAcceptedRaw\": 2715, \"totalSubmissionRaw\": 3191, \"acRate\": \"85.1%\"}",
3232
"hints": [],
3333
"solution": null,
3434
"status": null,

Diff for: leetcode/originData/[no content]active-businesses.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"companyTagStats": null,
3030
"codeSnippets": null,
31-
"stats": "{\"totalAccepted\": \"28.7K\", \"totalSubmission\": \"42.3K\", \"totalAcceptedRaw\": 28694, \"totalSubmissionRaw\": 42287, \"acRate\": \"67.9%\"}",
31+
"stats": "{\"totalAccepted\": \"28.7K\", \"totalSubmission\": \"42.4K\", \"totalAcceptedRaw\": 28745, \"totalSubmissionRaw\": 42375, \"acRate\": \"67.8%\"}",
3232
"hints": [],
3333
"solution": null,
3434
"status": null,

Diff for: leetcode/originData/[no content]active-users.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"companyTagStats": null,
3030
"codeSnippets": null,
31-
"stats": "{\"totalAccepted\": \"21.8K\", \"totalSubmission\": \"56.8K\", \"totalAcceptedRaw\": 21791, \"totalSubmissionRaw\": 56755, \"acRate\": \"38.4%\"}",
31+
"stats": "{\"totalAccepted\": \"21.8K\", \"totalSubmission\": \"56.9K\", \"totalAcceptedRaw\": 21844, \"totalSubmissionRaw\": 56881, \"acRate\": \"38.4%\"}",
3232
"hints": [],
3333
"solution": null,
3434
"status": null,

Diff for: leetcode/originData/[no content]activity-participants.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"companyTagStats": null,
3030
"codeSnippets": null,
31-
"stats": "{\"totalAccepted\": \"20.1K\", \"totalSubmission\": \"26.9K\", \"totalAcceptedRaw\": 20069, \"totalSubmissionRaw\": 26929, \"acRate\": \"74.5%\"}",
31+
"stats": "{\"totalAccepted\": \"20.1K\", \"totalSubmission\": \"27K\", \"totalAcceptedRaw\": 20117, \"totalSubmissionRaw\": 26999, \"acRate\": \"74.5%\"}",
3232
"hints": [],
3333
"solution": null,
3434
"status": null,

Diff for: leetcode/originData/[no content]ad-free-sessions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"companyTagStats": null,
3030
"codeSnippets": null,
31-
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"13.9K\", \"totalAcceptedRaw\": 8299, \"totalSubmissionRaw\": 13851, \"acRate\": \"59.9%\"}",
31+
"stats": "{\"totalAccepted\": \"8.3K\", \"totalSubmission\": \"13.9K\", \"totalAcceptedRaw\": 8332, \"totalSubmissionRaw\": 13900, \"acRate\": \"59.9%\"}",
3232
"hints": [],
3333
"solution": null,
3434
"status": null,

Diff for: leetcode/originData/[no content]add-bold-tag-in-string.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"translatedContent": null,
1212
"isPaidOnly": true,
1313
"difficulty": "Medium",
14-
"likes": 891,
14+
"likes": 892,
1515
"dislikes": 147,
1616
"isLiked": null,
1717
"similarQuestions": "[{\"title\": \"Merge Intervals\", \"titleSlug\": \"merge-intervals\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Tag Validator\", \"titleSlug\": \"tag-validator\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
@@ -52,7 +52,7 @@
5252
],
5353
"companyTagStats": null,
5454
"codeSnippets": null,
55-
"stats": "{\"totalAccepted\": \"72.6K\", \"totalSubmission\": \"151.3K\", \"totalAcceptedRaw\": 72619, \"totalSubmissionRaw\": 151279, \"acRate\": \"48.0%\"}",
55+
"stats": "{\"totalAccepted\": \"72.8K\", \"totalSubmission\": \"151.6K\", \"totalAcceptedRaw\": 72802, \"totalSubmissionRaw\": 151582, \"acRate\": \"48.0%\"}",
5656
"hints": [],
5757
"solution": null,
5858
"status": null,

Diff for: leetcode/originData/[no content]add-two-polynomials-represented-as-linked-lists.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"companyTagStats": null,
4242
"codeSnippets": null,
43-
"stats": "{\"totalAccepted\": \"5K\", \"totalSubmission\": \"9.4K\", \"totalAcceptedRaw\": 5040, \"totalSubmissionRaw\": 9362, \"acRate\": \"53.8%\"}",
43+
"stats": "{\"totalAccepted\": \"5.1K\", \"totalSubmission\": \"9.4K\", \"totalAcceptedRaw\": 5069, \"totalSubmissionRaw\": 9421, \"acRate\": \"53.8%\"}",
4444
"hints": [
4545
"Process both linked lists at the same time",
4646
"If the current power of the two heads is equal, add this power with the sum of the coefficients to the answer list.",

Diff for: leetcode/originData/[no content]ads-performance.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"isPaidOnly": true,
1313
"difficulty": "Easy",
1414
"likes": 178,
15-
"dislikes": 44,
15+
"dislikes": 45,
1616
"isLiked": null,
1717
"similarQuestions": "[]",
1818
"exampleTestcases": "{\"headers\":{\"Ads\":[\"ad_id\",\"user_id\",\"action\"]},\"rows\":{\"Ads\":[[1,1,\"Clicked\"],[2,2,\"Clicked\"],[3,3,\"Viewed\"],[5,5,\"Ignored\"],[1,7,\"Ignored\"],[2,7,\"Viewed\"],[3,5,\"Clicked\"],[1,4,\"Viewed\"],[2,11,\"Viewed\"],[1,2,\"Clicked\"]]}}",
@@ -28,7 +28,7 @@
2828
],
2929
"companyTagStats": null,
3030
"codeSnippets": null,
31-
"stats": "{\"totalAccepted\": \"27.3K\", \"totalSubmission\": \"45.5K\", \"totalAcceptedRaw\": 27328, \"totalSubmissionRaw\": 45461, \"acRate\": \"60.1%\"}",
31+
"stats": "{\"totalAccepted\": \"27.4K\", \"totalSubmission\": \"45.6K\", \"totalAcceptedRaw\": 27392, \"totalSubmissionRaw\": 45561, \"acRate\": \"60.1%\"}",
3232
"hints": [],
3333
"solution": null,
3434
"status": null,

Diff for: leetcode/originData/[no content]alien-dictionary.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"translatedContent": null,
1212
"isPaidOnly": true,
1313
"difficulty": "Hard",
14-
"likes": 3446,
14+
"likes": 3453,
1515
"dislikes": 706,
1616
"isLiked": null,
1717
"similarQuestions": "[{\"title\": \"Course Schedule II\", \"titleSlug\": \"course-schedule-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -58,7 +58,7 @@
5858
],
5959
"companyTagStats": null,
6060
"codeSnippets": null,
61-
"stats": "{\"totalAccepted\": \"278.8K\", \"totalSubmission\": \"802.1K\", \"totalAcceptedRaw\": 278811, \"totalSubmissionRaw\": 802138, \"acRate\": \"34.8%\"}",
61+
"stats": "{\"totalAccepted\": \"279.3K\", \"totalSubmission\": \"803.3K\", \"totalAcceptedRaw\": 279281, \"totalSubmissionRaw\": 803304, \"acRate\": \"34.8%\"}",
6262
"hints": [],
6363
"solution": {
6464
"id": "923",

0 commit comments

Comments
 (0)