mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 21:16:45 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"2.4K\", \"totalSubmission\": \"4.7K\", \"totalAcceptedRaw\": 2358, \"totalSubmissionRaw\": 4699, \"acRate\": \"50.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.5K\", \"totalSubmission\": \"4.9K\", \"totalAcceptedRaw\": 2515, \"totalSubmissionRaw\": 4902, \"acRate\": \"51.3%\"}",
|
||||
"hints": [
|
||||
"Use dynamic programming.",
|
||||
"Let dp[n] be the number of ways that n people can handshake.",
|
||||
@@ -42,7 +42,7 @@
|
||||
],
|
||||
"solution": null,
|
||||
"status": null,
|
||||
"sampleTestCase": "4",
|
||||
"sampleTestCase": "2",
|
||||
"metaData": "{\n \"name\": \"numberOfWays\",\n \"params\": [\n {\n \"name\": \"numPeople\",\n \"type\": \"integer\"\n }\n ],\n \"return\": {\n \"type\": \"integer\"\n }\n}",
|
||||
"judgerAvailable": true,
|
||||
"judgeType": "large",
|
||||
|
Reference in New Issue
Block a user