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

@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"50.3K\", \"totalSubmission\": \"93.8K\", \"totalAcceptedRaw\": 50251, \"totalSubmissionRaw\": 93822, \"acRate\": \"53.6%\"}",
"stats": "{\"totalAccepted\": \"50.3K\", \"totalSubmission\": \"94K\", \"totalAcceptedRaw\": 50326, \"totalSubmissionRaw\": 93952, \"acRate\": \"53.6%\"}",
"hints": [
"The abstract problem asks to count the number of disjoint pairs with a given sum k.",
"For each possible value x, it can be paired up with k - x.",