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": 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.",