1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"2K\", \"totalSubmission\": \"3.9K\", \"totalAcceptedRaw\": 1995, \"totalSubmissionRaw\": 3910, \"acRate\": \"51.0%\"}",
"stats": "{\"totalAccepted\": \"2K\", \"totalSubmission\": \"3.9K\", \"totalAcceptedRaw\": 2002, \"totalSubmissionRaw\": 3921, \"acRate\": \"51.1%\"}",
"hints": [
"首先根据单词长度对字典进行分组,因为你知道每一列的长度必须相同,每一行的长度也必须相同。",
"你能找到一个特定长宽的单词矩阵吗?如果尝试了所有的选项会怎样?",