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

@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"8.2K\", \"totalSubmission\": \"9.9K\", \"totalAcceptedRaw\": 8237, \"totalSubmissionRaw\": 9868, \"acRate\": \"83.5%\"}",
"stats": "{\"totalAccepted\": \"8.2K\", \"totalSubmission\": \"9.9K\", \"totalAcceptedRaw\": 8248, \"totalSubmissionRaw\": 9881, \"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.",