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": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 313,
|
||||
"dislikes": 50,
|
||||
"likes": 330,
|
||||
"dislikes": 53,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"3\",\"4\",\"+\",\"2\",\"*\",\"7\",\"/\"]\n[\"4\",\"5\",\"2\",\"7\",\"+\",\"-\",\"*\"]",
|
||||
@@ -52,7 +52,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"14.7K\", \"totalSubmission\": \"18K\", \"totalAcceptedRaw\": 14714, \"totalSubmissionRaw\": 18018, \"acRate\": \"81.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.7K\", \"totalSubmission\": \"19.2K\", \"totalAcceptedRaw\": 15664, \"totalSubmissionRaw\": 19163, \"acRate\": \"81.7%\"}",
|
||||
"hints": [
|
||||
"Apply the concept of Polymorphism to get a good design",
|
||||
"Implement the Node class using NumericNode and OperatorNode classes.",
|
||||
|
Reference in New Issue
Block a user