mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 1439,
|
||||
"likes": 1440,
|
||||
"dislikes": 36,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"69.6K\", \"totalSubmission\": \"110.4K\", \"totalAcceptedRaw\": 69573, \"totalSubmissionRaw\": 110384, \"acRate\": \"63.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"69.6K\", \"totalSubmission\": \"110.5K\", \"totalAcceptedRaw\": 69646, \"totalSubmissionRaw\": 110494, \"acRate\": \"63.0%\"}",
|
||||
"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