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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Hard",
"likes": 103,
"likes": 110,
"dislikes": 8,
"isLiked": null,
"similarQuestions": "[]",
@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"4.8K\", \"totalSubmission\": \"8.6K\", \"totalAcceptedRaw\": 4813, \"totalSubmissionRaw\": 8644, \"acRate\": \"55.7%\"}",
"stats": "{\"totalAccepted\": \"5K\", \"totalSubmission\": \"8.9K\", \"totalAcceptedRaw\": 4978, \"totalSubmissionRaw\": 8878, \"acRate\": \"56.1%\"}",
"hints": [
"Use dynamic programming.",
"Let dp[n] be the number of ways that n people can handshake.",