mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 280,
|
||||
"likes": 302,
|
||||
"dislikes": 6,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Intersection of Two Arrays\", \"titleSlug\": \"intersection-of-two-arrays\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Uncommon Words from Two Sentences\", \"titleSlug\": \"uncommon-words-from-two-sentences\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Kth Distinct String in an Array\", \"titleSlug\": \"kth-distinct-string-in-an-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"20.5K\", \"totalSubmission\": \"29K\", \"totalAcceptedRaw\": 20515, \"totalSubmissionRaw\": 29041, \"acRate\": \"70.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.3K\", \"totalSubmission\": \"31.8K\", \"totalAcceptedRaw\": 22347, \"totalSubmissionRaw\": 31792, \"acRate\": \"70.3%\"}",
|
||||
"hints": [
|
||||
"Could you try every word?",
|
||||
"Could you use a hash map to achieve a good complexity?"
|
||||
|
Reference in New Issue
Block a user