1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-09 01:11:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -52,7 +52,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"556\", \"totalSubmission\": \"678\", \"totalAcceptedRaw\": 556, \"totalSubmissionRaw\": 678, \"acRate\": \"82.0%\"}",
"stats": "{\"totalAccepted\": \"557\", \"totalSubmission\": \"679\", \"totalAcceptedRaw\": 557, \"totalSubmissionRaw\": 679, \"acRate\": \"82.0%\"}",
"hints": [
"Apply the concept of Polymorphism to get a good design",
"Implement the Node class using NumericNode and OperatorNode classes.",