mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 22:42:52 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 159,
|
||||
"dislikes": 13,
|
||||
"likes": 162,
|
||||
"dislikes": 15,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "11\n2\n4\n5\n1\n5",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.8K\", \"totalSubmission\": \"7.4K\", \"totalAcceptedRaw\": 3795, \"totalSubmissionRaw\": 7374, \"acRate\": \"51.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.9K\", \"totalSubmission\": \"7.5K\", \"totalAcceptedRaw\": 3856, \"totalSubmissionRaw\": 7469, \"acRate\": \"51.6%\"}",
|
||||
"hints": [
|
||||
"Brute force using bitmasks and simulate the rounds.",
|
||||
"Calculate each state one time and save its solution."
|
||||
|
Reference in New Issue
Block a user