mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"32.6K\", \"totalSubmission\": \"49.2K\", \"totalAcceptedRaw\": 32628, \"totalSubmissionRaw\": 49213, \"acRate\": \"66.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"32.6K\", \"totalSubmission\": \"49.2K\", \"totalAcceptedRaw\": 32629, \"totalSubmissionRaw\": 49215, \"acRate\": \"66.3%\"}",
|
||||
"hints": [
|
||||
"For each string from words calculate the leading count and store it in an array, then sort the integer array.",
|
||||
"For each string from queries calculate the leading count \"p\" and in base of the sorted array calculated on the step 1 do a binary search to count the number of items greater than \"p\"."
|
||||
|
Reference in New Issue
Block a user