mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -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?"
|
||||
|
Reference in New Issue
Block a user