1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-21 21:16:45 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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",