mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.3K\", \"totalSubmission\": \"11K\", \"totalAcceptedRaw\": 4260, \"totalSubmissionRaw\": 10982, \"acRate\": \"38.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.3K\", \"totalSubmission\": \"11K\", \"totalAcceptedRaw\": 4263, \"totalSubmissionRaw\": 10985, \"acRate\": \"38.8%\"}",
|
||||
"hints": [
|
||||
"A star graph doesn’t necessarily include all of its neighbors.",
|
||||
"For each node, sort its neighbors in descending order and take k max valued neighbors."
|
||||
|
Reference in New Issue
Block a user