mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 5011,
|
||||
"dislikes": 258,
|
||||
"likes": 5148,
|
||||
"dislikes": 268,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Count Univalue Subtrees\", \"titleSlug\": \"count-univalue-subtrees\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Most Frequent Subtree Sum\", \"titleSlug\": \"most-frequent-subtree-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[3,4,5,1,2]\n[4,1,2]\n[3,4,5,1,2,null,null,null,null,0]\n[4,1,2]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"442.2K\", \"totalSubmission\": \"976.9K\", \"totalAcceptedRaw\": 442187, \"totalSubmissionRaw\": 976910, \"acRate\": \"45.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"455.6K\", \"totalSubmission\": \"1M\", \"totalAcceptedRaw\": 455627, \"totalSubmissionRaw\": 1005131, \"acRate\": \"45.3%\"}",
|
||||
"hints": [
|
||||
"Which approach is better here- recursive or iterative?",
|
||||
"If recursive approach is better, can you write recursive function with its parameters?",
|
||||
|
Reference in New Issue
Block a user