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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 5002,
|
||||
"likes": 5011,
|
||||
"dislikes": 258,
|
||||
"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}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"441.2K\", \"totalSubmission\": \"974.9K\", \"totalAcceptedRaw\": 441249, \"totalSubmissionRaw\": 974855, \"acRate\": \"45.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"442.2K\", \"totalSubmission\": \"976.9K\", \"totalAcceptedRaw\": 442187, \"totalSubmissionRaw\": 976910, \"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