mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.6K\", \"totalSubmission\": \"23.7K\", \"totalAcceptedRaw\": 14637, \"totalSubmissionRaw\": 23712, \"acRate\": \"61.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.8K\", \"totalSubmission\": \"23.9K\", \"totalAcceptedRaw\": 14764, \"totalSubmissionRaw\": 23891, \"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