mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.5K\", \"totalSubmission\": \"9.9K\", \"totalAcceptedRaw\": 4497, \"totalSubmissionRaw\": 9888, \"acRate\": \"45.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.5K\", \"totalSubmission\": \"9.9K\", \"totalAcceptedRaw\": 4514, \"totalSubmissionRaw\": 9927, \"acRate\": \"45.5%\"}",
|
||||
"hints": [
|
||||
"Can we build a graph with all the prime numbers and the original array?",
|
||||
"We can use union-find to determine which indices are connected (i.e., which indices can be swapped)."
|
||||
|
Reference in New Issue
Block a user