mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"580\", \"totalSubmission\": \"793\", \"totalAcceptedRaw\": 580, \"totalSubmissionRaw\": 793, \"acRate\": \"73.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"602\", \"totalSubmission\": \"820\", \"totalAcceptedRaw\": 602, \"totalSubmissionRaw\": 820, \"acRate\": \"73.4%\"}",
|
||||
"hints": [
|
||||
"Count for each variable how many times it appeared in the first tree.",
|
||||
"Do the same for the second tree and check if the count is the same for both tree."
|
||||
|
Reference in New Issue
Block a user