mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"46.2K\", \"totalSubmission\": \"90.7K\", \"totalAcceptedRaw\": 46177, \"totalSubmissionRaw\": 90666, \"acRate\": \"50.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"46.2K\", \"totalSubmission\": \"90.7K\", \"totalAcceptedRaw\": 46180, \"totalSubmissionRaw\": 90672, \"acRate\": \"50.9%\"}",
|
||||
"hints": [
|
||||
"Consider the grid as a graph, where adjacent cells have an edge with cost of the difference between the cells.",
|
||||
"If you are given threshold k, check if it is possible to go from (0, 0) to (n-1, m-1) using only edges of ≤ k cost.",
|
||||
|
Reference in New Issue
Block a user