1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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": "Hard",
"likes": 450,
"dislikes": 410,
"likes": 462,
"dislikes": 433,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "2\n3\n5\n8\n11\n13",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"15.8K\", \"totalSubmission\": \"29.5K\", \"totalAcceptedRaw\": 15760, \"totalSubmissionRaw\": 29532, \"acRate\": \"53.4%\"}",
"stats": "{\"totalAccepted\": \"16.4K\", \"totalSubmission\": \"30.6K\", \"totalAcceptedRaw\": 16435, \"totalSubmissionRaw\": 30578, \"acRate\": \"53.7%\"}",
"hints": [
"Can you use backtracking to solve this problem ?.",
"Suppose you've placed a bunch of squares. Where is the natural spot to place the next square ?.",