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

@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"8.2K\", \"totalSubmission\": \"9.9K\", \"totalAcceptedRaw\": 8248, \"totalSubmissionRaw\": 9881, \"acRate\": \"83.5%\"}",
"stats": "{\"totalAccepted\": \"8.4K\", \"totalSubmission\": \"10K\", \"totalAcceptedRaw\": 8362, \"totalSubmissionRaw\": 10009, \"acRate\": \"83.5%\"}",
"hints": [
"Can be the problem divided in parts, so solving each part and sum their solutions it should return the answer? Yes, you only need to divide the problem in finger jumps.",
"In each finger jump you need to move your finger from one character to another, you need to know its index.",