mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.9K\", \"totalSubmission\": \"34.8K\", \"totalAcceptedRaw\": 10897, \"totalSubmissionRaw\": 34773, \"acRate\": \"31.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.9K\", \"totalSubmission\": \"34.8K\", \"totalAcceptedRaw\": 10897, \"totalSubmissionRaw\": 34774, \"acRate\": \"31.3%\"}",
|
||||
"hints": [
|
||||
"Notice that each edge that we add changes the degree of exactly 2 nodes.",
|
||||
"The number of nodes with an odd degree in the original graph should be either 0, 2, or 4. Try to work on each of these cases."
|
||||
|
Reference in New Issue
Block a user