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\": \"76.7K\", \"totalSubmission\": \"124.1K\", \"totalAcceptedRaw\": 76698, \"totalSubmissionRaw\": 124145, \"acRate\": \"61.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"76.7K\", \"totalSubmission\": \"124.2K\", \"totalAcceptedRaw\": 76700, \"totalSubmissionRaw\": 124150, \"acRate\": \"61.8%\"}",
|
||||
"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