mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user