mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.9K\", \"totalSubmission\": \"26.2K\", \"totalAcceptedRaw\": 8865, \"totalSubmissionRaw\": 26165, \"acRate\": \"33.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.9K\", \"totalSubmission\": \"26.2K\", \"totalAcceptedRaw\": 8866, \"totalSubmissionRaw\": 26167, \"acRate\": \"33.9%\"}",
|
||||
"hints": [
|
||||
"Iterate over the diagonals of the matrix and check for each element.",
|
||||
"Check if the element is prime or not in O(sqrt(n)) time."
|
||||
|
Reference in New Issue
Block a user