1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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": "Medium",
"likes": 662,
"dislikes": 58,
"likes": 699,
"dislikes": 61,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Super Egg Drop\", \"titleSlug\": \"super-egg-drop\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "2\n100",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"18.8K\", \"totalSubmission\": \"26.7K\", \"totalAcceptedRaw\": 18764, \"totalSubmissionRaw\": 26744, \"acRate\": \"70.2%\"}",
"stats": "{\"totalAccepted\": \"19.9K\", \"totalSubmission\": \"28.4K\", \"totalAcceptedRaw\": 19886, \"totalSubmissionRaw\": 28360, \"acRate\": \"70.1%\"}",
"hints": [
"Is it really optimal to always drop the egg on the middle floor for each move?",
"Can we create states based on the number of unbroken eggs and floors to build our solution?"