mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 133,
|
||||
"dislikes": 61,
|
||||
"likes": 138,
|
||||
"dislikes": 63,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Basic Calculator\", \"titleSlug\": \"basic-calculator\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Different Ways to Add Parentheses\", \"titleSlug\": \"different-ways-to-add-parentheses\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"7+3*1*2\"\n[20,13,42]\n\"3+5*2\"\n[13,0,10,13,13,16,16]\n\"6+0*1\"\n[12,9,6,4,8,6]",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4K\", \"totalSubmission\": \"11.9K\", \"totalAcceptedRaw\": 3983, \"totalSubmissionRaw\": 11881, \"acRate\": \"33.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.2K\", \"totalSubmission\": \"12.4K\", \"totalAcceptedRaw\": 4201, \"totalSubmissionRaw\": 12391, \"acRate\": \"33.9%\"}",
|
||||
"hints": [
|
||||
"The number of operators in the equation is less. Could you find the right answer then generate all possible answers using different orders of operations?",
|
||||
"Divide the equation into blocks separated by the operators, and use memoization on the results of blocks for optimization.",
|
||||
|
Reference in New Issue
Block a user