mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"68K\", \"totalSubmission\": \"131K\", \"totalAcceptedRaw\": 68034, \"totalSubmissionRaw\": 130988, \"acRate\": \"51.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"68K\", \"totalSubmission\": \"131K\", \"totalAcceptedRaw\": 68037, \"totalSubmissionRaw\": 130995, \"acRate\": \"51.9%\"}",
|
||||
"hints": [
|
||||
"For every word in the input list, we can check whether all prefixes of that word are in the input list by using a Set."
|
||||
],
|
||||
|
Reference in New Issue
Block a user