mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11.5K\", \"totalSubmission\": \"15.3K\", \"totalAcceptedRaw\": 11471, \"totalSubmissionRaw\": 15309, \"acRate\": \"74.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.5K\", \"totalSubmission\": \"15.3K\", \"totalAcceptedRaw\": 11474, \"totalSubmissionRaw\": 15312, \"acRate\": \"74.9%\"}",
|
||||
"hints": [
|
||||
"Try to come up with a greedy approach.",
|
||||
"From left to right, extend every substring in the partition as much as possible."
|
||||
|
Reference in New Issue
Block a user