1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11:41 +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

@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"19.1K\", \"totalSubmission\": \"41.3K\", \"totalAcceptedRaw\": 19135, \"totalSubmissionRaw\": 41258, \"acRate\": \"46.4%\"}",
"stats": "{\"totalAccepted\": \"19.2K\", \"totalSubmission\": \"41.4K\", \"totalAcceptedRaw\": 19213, \"totalSubmissionRaw\": 41426, \"acRate\": \"46.4%\"}",
"hints": [
"Exploit the fact that the length of the puzzle is only 7.",
"Use bit-masks to represent the word and puzzle strings.",