mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -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 don’t move the pointer beyond the main folder.",
|
||||
"Simulate the process but don’t move the pointer beyond the main folder."
|
||||
|
Reference in New Issue
Block a user