mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 118,
|
||||
"dislikes": 4,
|
||||
"dislikes": 5,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"3Sum\", \"titleSlug\": \"3sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Number of Arithmetic Triplets\", \"titleSlug\": \"number-of-arithmetic-triplets\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Maximum Value of an Ordered Triplet I\", \"titleSlug\": \"maximum-value-of-an-ordered-triplet-i\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[8,6,1,5,3]\n[5,4,8,7,10,2]\n[6,5,4,3,4,5]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26.9K\", \"totalSubmission\": \"42.6K\", \"totalAcceptedRaw\": 26906, \"totalSubmissionRaw\": 42561, \"acRate\": \"63.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"26.9K\", \"totalSubmission\": \"42.6K\", \"totalAcceptedRaw\": 26940, \"totalSubmissionRaw\": 42602, \"acRate\": \"63.2%\"}",
|
||||
"hints": [
|
||||
"Bruteforce over all possible triplets."
|
||||
],
|
||||
|
Reference in New Issue
Block a user