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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 345,
"likes": 351,
"dislikes": 5,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Longest Increasing Subsequence\", \"titleSlug\": \"longest-increasing-subsequence\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"8.1K\", \"totalSubmission\": \"17.9K\", \"totalAcceptedRaw\": 8082, \"totalSubmissionRaw\": 17859, \"acRate\": \"45.3%\"}",
"stats": "{\"totalAccepted\": \"8.2K\", \"totalSubmission\": \"18.1K\", \"totalAcceptedRaw\": 8213, \"totalSubmissionRaw\": 18108, \"acRate\": \"45.4%\"}",
"hints": [
"Can you keep track of the minimum height for each obstacle course length?",
"You can use binary search to find the longest previous obstacle course length that satisfies the conditions."