1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 906,
"dislikes": 60,
"dislikes": 61,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Baseball Game\", \"titleSlug\": \"baseball-game\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Backspace String Compare\", \"titleSlug\": \"backspace-string-compare\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[\"d1/\",\"d2/\",\"../\",\"d21/\",\"./\"]\n[\"d1/\",\"d2/\",\"./\",\"d3/\",\"../\",\"d31/\"]\n[\"d1/\",\"../\",\"../\",\"../\"]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"70.5K\", \"totalSubmission\": \"108.7K\", \"totalAcceptedRaw\": 70465, \"totalSubmissionRaw\": 108725, \"acRate\": \"64.8%\"}",
"stats": "{\"totalAccepted\": \"70.5K\", \"totalSubmission\": \"108.7K\", \"totalAcceptedRaw\": 70477, \"totalSubmissionRaw\": 108740, \"acRate\": \"64.8%\"}",
"hints": [
"Simulate the process but dont move the pointer beyond the main folder.",
"Simulate the process but dont move the pointer beyond the main folder."