1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Easy",
"likes": 342,
"likes": 343,
"dislikes": 17,
"isLiked": null,
"similarQuestions": "[]",
@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"57.8K\", \"totalSubmission\": \"67.5K\", \"totalAcceptedRaw\": 57782, \"totalSubmissionRaw\": 67457, \"acRate\": \"85.7%\"}",
"stats": "{\"totalAccepted\": \"57.8K\", \"totalSubmission\": \"67.5K\", \"totalAcceptedRaw\": 57828, \"totalSubmissionRaw\": 67512, \"acRate\": \"85.7%\"}",
"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.",