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