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\": \"2K\", \"totalSubmission\": \"3.9K\", \"totalAcceptedRaw\": 2002, \"totalSubmissionRaw\": 3921, \"acRate\": \"51.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.1K\", \"totalSubmission\": \"4.1K\", \"totalAcceptedRaw\": 2097, \"totalSubmissionRaw\": 4091, \"acRate\": \"51.3%\"}",
|
||||
"hints": [
|
||||
"首先根据单词长度对字典进行分组,因为你知道每一列的长度必须相同,每一行的长度也必须相同。",
|
||||
"你能找到一个特定长宽的单词矩阵吗?如果尝试了所有的选项会怎样?",
|
||||
|
Reference in New Issue
Block a user