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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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": [
"首先根据单词长度对字典进行分组,因为你知道每一列的长度必须相同,每一行的长度也必须相同。",
"你能找到一个特定长宽的单词矩阵吗?如果尝试了所有的选项会怎样?",