mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-10 01:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -18,10 +18,23 @@
|
||||
"similarQuestions": "[]",
|
||||
"contributors": [],
|
||||
"langToValidPlayground": null,
|
||||
"topicTags": [],
|
||||
"topicTags": [
|
||||
{
|
||||
"name": "Math",
|
||||
"slug": "math",
|
||||
"translatedName": "数学",
|
||||
"__typename": "TopicTagNode"
|
||||
},
|
||||
{
|
||||
"name": "Combinatorics",
|
||||
"slug": "combinatorics",
|
||||
"translatedName": "组合数学",
|
||||
"__typename": "TopicTagNode"
|
||||
}
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"37\", \"totalSubmission\": \"64\", \"totalAcceptedRaw\": 37, \"totalSubmissionRaw\": 64, \"acRate\": \"57.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"58\", \"totalSubmission\": \"89\", \"totalAcceptedRaw\": 58, \"totalSubmissionRaw\": 89, \"acRate\": \"65.2%\"}",
|
||||
"hints": [
|
||||
"Try to solve the problem using combinatorics.",
|
||||
"If the limit didn’t exist, the problem would be distributing <code>n</code> candies between <code>3</code> children.",
|
||||
|
Reference in New Issue
Block a user