mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 7881,
|
||||
"likes": 7883,
|
||||
"dislikes": 460,
|
||||
"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}]",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"761.8K\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 761826, \"totalSubmissionRaw\": 1611767, \"acRate\": \"47.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"761.9K\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 761919, \"totalSubmissionRaw\": 1611910, \"acRate\": \"47.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