mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.9K\", \"totalSubmission\": \"28.6K\", \"totalAcceptedRaw\": 10918, \"totalSubmissionRaw\": 28580, \"acRate\": \"38.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.9K\", \"totalSubmission\": \"28.6K\", \"totalAcceptedRaw\": 10920, \"totalSubmissionRaw\": 28582, \"acRate\": \"38.2%\"}",
|
||||
"hints": [
|
||||
"For every node sequence of length 4, there are 3 relevant edges. How can we consider valid triplets of edges?",
|
||||
"Fix the middle 2 nodes connected by an edge in the node sequence. Can you determine the other 2 nodes that will give the highest possible score?",
|
||||
|
Reference in New Issue
Block a user