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 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 2752,
"dislikes": 579,
"likes": 2762,
"dislikes": 581,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Encode and Decode Strings\", \"titleSlug\": \"encode-and-decode-strings\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "\"00110011\"\n\"10101\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"141.9K\", \"totalSubmission\": \"219.5K\", \"totalAcceptedRaw\": 141877, \"totalSubmissionRaw\": 219542, \"acRate\": \"64.6%\"}",
"stats": "{\"totalAccepted\": \"142.3K\", \"totalSubmission\": \"220.2K\", \"totalAcceptedRaw\": 142319, \"totalSubmissionRaw\": 220157, \"acRate\": \"64.6%\"}",
"hints": [
"How many valid binary substrings exist in \"000111\", and how many in \"11100\"? What about \"00011100\"?"
],