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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 761,
"dislikes": 665,
"likes": 789,
"dislikes": 685,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "\"RXXLRXRXL\"\n\"XRLXXRRLX\"\n\"X\"\n\"L\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"51.2K\", \"totalSubmission\": \"141.1K\", \"totalAcceptedRaw\": 51207, \"totalSubmissionRaw\": 141123, \"acRate\": \"36.3%\"}",
"stats": "{\"totalAccepted\": \"53.2K\", \"totalSubmission\": \"146.3K\", \"totalAcceptedRaw\": 53168, \"totalSubmissionRaw\": 146279, \"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."
],