mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 377,
|
||||
"dislikes": 36,
|
||||
"likes": 387,
|
||||
"dislikes": 37,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Two Sum IV - Input is a BST\", \"titleSlug\": \"two-sum-iv-input-is-a-bst\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[2,1,4]\n[1,0,3]\n5\n[0,-10,10]\n[5,1,7,0,2]\n18",
|
||||
@@ -64,7 +64,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"31.7K\", \"totalSubmission\": \"47.6K\", \"totalAcceptedRaw\": 31748, \"totalSubmissionRaw\": 47557, \"acRate\": \"66.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"32.5K\", \"totalSubmission\": \"48.9K\", \"totalAcceptedRaw\": 32508, \"totalSubmissionRaw\": 48866, \"acRate\": \"66.5%\"}",
|
||||
"hints": [
|
||||
"How can you reduce this problem to the classical Two Sum problem?",
|
||||
"Do an in-order traversal of each tree to convert them to sorted arrays.",
|
||||
|
Reference in New Issue
Block a user