mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 00:41:42 +08:00
update
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16.3K\", \"totalSubmission\": \"35.6K\", \"totalAcceptedRaw\": 16260, \"totalSubmissionRaw\": 35558, \"acRate\": \"45.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.3K\", \"totalSubmission\": \"35.6K\", \"totalAcceptedRaw\": 16261, \"totalSubmissionRaw\": 35562, \"acRate\": \"45.7%\"}",
|
||||
"hints": [
|
||||
"The queries must be answered efficiently to avoid time limit exceeded verdict.",
|
||||
"Use sparse table (dynamic programming application) to travel the tree upwards in a fast way."
|
||||
|
Reference in New Issue
Block a user