1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 576,
"dislikes": 75,
"likes": 577,
"dislikes": 76,
"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.4K\", \"totalSubmission\": \"63.8K\", \"totalAcceptedRaw\": 41442, \"totalSubmissionRaw\": 63760, \"acRate\": \"65.0%\"}",
"stats": "{\"totalAccepted\": \"41.5K\", \"totalSubmission\": \"63.9K\", \"totalAcceptedRaw\": 41511, \"totalSubmissionRaw\": 63851, \"acRate\": \"65.0%\"}",
"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."