mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"167.3K\", \"totalSubmission\": \"286.8K\", \"totalAcceptedRaw\": 167251, \"totalSubmissionRaw\": 286834, \"acRate\": \"58.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"167.3K\", \"totalSubmission\": \"286.9K\", \"totalAcceptedRaw\": 167272, \"totalSubmissionRaw\": 286886, \"acRate\": \"58.3%\"}",
|
||||
"hints": [
|
||||
"The naive approach is to call <code>isUgly</code> for every number until you reach the n<sup>th</sup> one. Most numbers are <i>not</i> ugly. Try to focus your effort on generating only the ugly ones.",
|
||||
"An ugly number must be multiplied by either 2, 3, or 5 from a smaller ugly number.",
|
||||
|
Reference in New Issue
Block a user