mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"528\", \"totalSubmission\": \"820\", \"totalAcceptedRaw\": 528, \"totalSubmissionRaw\": 820, \"acRate\": \"64.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"538\", \"totalSubmission\": \"834\", \"totalAcceptedRaw\": 538, \"totalSubmissionRaw\": 834, \"acRate\": \"64.5%\"}",
|
||||
"hints": [
|
||||
"If a row has k triangles, how many cards does it take to build that row? It takes 3 * k - 1 cards.",
|
||||
"If you still have i cards left, and on the previous row there were k triangles, what are the possible ways to build the current row? You can start at 1 triangle and continue adding more until you run out of cards or reach k - 1 triangles."
|
||||
|
Reference in New Issue
Block a user