1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 164,
"likes": 165,
"dislikes": 46,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Find Duplicate File in System\", \"titleSlug\": \"find-duplicate-file-in-system\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find Duplicate Subtrees\", \"titleSlug\": \"find-duplicate-subtrees\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"4.3K\", \"totalSubmission\": \"7.3K\", \"totalAcceptedRaw\": 4314, \"totalSubmissionRaw\": 7335, \"acRate\": \"58.8%\"}",
"stats": "{\"totalAccepted\": \"4.3K\", \"totalSubmission\": \"7.4K\", \"totalAcceptedRaw\": 4339, \"totalSubmissionRaw\": 7375, \"acRate\": \"58.8%\"}",
"hints": [
"Can we use a trie to build the folder structure?",
"Can we utilize hashing to hash the folder structures?"