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,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 65,
|
||||
"dislikes": 3,
|
||||
"likes": 175,
|
||||
"dislikes": 9,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Lowest Common Ancestor of a Binary Tree\", \"titleSlug\": \"lowest-common-ancestor-of-a-binary-tree\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[1,3],[2,3],[3,6],[5,6],[5,7],[4,5],[4,8],[4,9],[10,4],[10,9]]\n[[2,3],[1,3],[5,4],[6,4]]",
|
||||
@@ -20,8 +20,26 @@
|
||||
"contributors": [],
|
||||
"topicTags": [
|
||||
{
|
||||
"name": "Graph",
|
||||
"slug": "graph",
|
||||
"name": "Array",
|
||||
"slug": "array",
|
||||
"translatedName": null,
|
||||
"__typename": "TopicTagNode"
|
||||
},
|
||||
{
|
||||
"name": "Hash Table",
|
||||
"slug": "hash-table",
|
||||
"translatedName": null,
|
||||
"__typename": "TopicTagNode"
|
||||
},
|
||||
{
|
||||
"name": "Sorting",
|
||||
"slug": "sorting",
|
||||
"translatedName": null,
|
||||
"__typename": "TopicTagNode"
|
||||
},
|
||||
{
|
||||
"name": "Counting",
|
||||
"slug": "counting",
|
||||
"translatedName": null,
|
||||
"__typename": "TopicTagNode"
|
||||
}
|
||||
@@ -137,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.8K\", \"totalSubmission\": \"16.4K\", \"totalAcceptedRaw\": 10764, \"totalSubmissionRaw\": 16398, \"acRate\": \"65.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"17.4K\", \"totalSubmission\": \"25.8K\", \"totalAcceptedRaw\": 17412, \"totalSubmissionRaw\": 25775, \"acRate\": \"67.6%\"}",
|
||||
"hints": [
|
||||
"Count the number of times a player loses while iterating through the matches."
|
||||
],
|
||||
|
Reference in New Issue
Block a user