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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 759,
"dislikes": 663,
"likes": 761,
"dislikes": 665,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "\"RXXLRXRXL\"\n\"XRLXXRRLX\"\n\"X\"\n\"L\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"51.1K\", \"totalSubmission\": \"140.8K\", \"totalAcceptedRaw\": 51090, \"totalSubmissionRaw\": 140818, \"acRate\": \"36.3%\"}",
"stats": "{\"totalAccepted\": \"51.2K\", \"totalSubmission\": \"141.1K\", \"totalAcceptedRaw\": 51207, \"totalSubmissionRaw\": 141123, \"acRate\": \"36.3%\"}",
"hints": [
"Think of the L and R's as people on a horizontal line, where X is a space. The people can't cross each other, and also you can't go from XRX to RXX."
],