mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 1440,
|
||||
"dislikes": 36,
|
||||
"likes": 1469,
|
||||
"dislikes": 38,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[1,2,3],[4,0,5]]\n[[1,2,3],[5,4,0]]\n[[4,1,2],[5,0,3]]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"69.6K\", \"totalSubmission\": \"110.5K\", \"totalAcceptedRaw\": 69646, \"totalSubmissionRaw\": 110494, \"acRate\": \"63.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"70.7K\", \"totalSubmission\": \"112.1K\", \"totalAcceptedRaw\": 70725, \"totalSubmissionRaw\": 112062, \"acRate\": \"63.1%\"}",
|
||||
"hints": [
|
||||
"Perform a breadth-first-search, where the nodes are the puzzle boards and edges are if two puzzle boards can be transformed into one another with one move."
|
||||
],
|
||||
|
Reference in New Issue
Block a user