1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 306,
"dislikes": 12,
"likes": 315,
"dislikes": 13,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Most Beautiful Item for Each Query\", \"titleSlug\": \"most-beautiful-item-for-each-query\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[[2,2],[1,2],[3,2]]\n[[3,1],[3,3],[5,2]]\n[[1,4],[2,3],[3,5],[4,1],[5,2]]\n[[2,3],[2,4],[2,5]]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"5.3K\", \"totalSubmission\": \"15.9K\", \"totalAcceptedRaw\": 5271, \"totalSubmissionRaw\": 15940, \"acRate\": \"33.1%\"}",
"stats": "{\"totalAccepted\": \"5.4K\", \"totalSubmission\": \"16.2K\", \"totalAcceptedRaw\": 5394, \"totalSubmissionRaw\": 16206, \"acRate\": \"33.3%\"}",
"hints": [
"Is there a way to sort the queries so it's easier to search the closest room larger than the size?",
"Use binary search to speed up the search time."