1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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\"."