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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 174,
|
||||
"likes": 175,
|
||||
"dislikes": 81,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.7K\", \"totalSubmission\": \"15.5K\", \"totalAcceptedRaw\": 5729, \"totalSubmissionRaw\": 15480, \"acRate\": \"37.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.7K\", \"totalSubmission\": \"15.5K\", \"totalAcceptedRaw\": 5730, \"totalSubmissionRaw\": 15509, \"acRate\": \"36.9%\"}",
|
||||
"hints": [
|
||||
"The constraints are small enough for a backtrack solution but not any backtrack solution",
|
||||
"If we use a naive n^k don't you think it can be optimized"
|
||||
|
Reference in New Issue
Block a user