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": 577,
|
||||
"dislikes": 76,
|
||||
"likes": 582,
|
||||
"dislikes": 78,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"/a\",\"/a/b\",\"/c/d\",\"/c/d/e\",\"/c/f\"]\n[\"/a\",\"/a/b/c\",\"/a/b/d\"]\n[\"/a/b/c\",\"/a/b/ca\",\"/a/b/d\"]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"41.5K\", \"totalSubmission\": \"63.9K\", \"totalAcceptedRaw\": 41511, \"totalSubmissionRaw\": 63851, \"acRate\": \"65.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"42.2K\", \"totalSubmission\": \"64.8K\", \"totalAcceptedRaw\": 42185, \"totalSubmissionRaw\": 64751, \"acRate\": \"65.1%\"}",
|
||||
"hints": [
|
||||
"Sort the folders lexicographically.",
|
||||
"Insert the current element in an array and then loop until we get rid of all of their subfolders, repeat this until no element is left."
|
||||
|
Reference in New Issue
Block a user