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

@@ -46,7 +46,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"5.8K\", \"totalAcceptedRaw\": 3545, \"totalSubmissionRaw\": 5805, \"acRate\": \"61.1%\"}",
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"6K\", \"totalAcceptedRaw\": 3697, \"totalSubmissionRaw\": 6033, \"acRate\": \"61.3%\"}",
"hints": [
"x^2 + x will form a parabola.",
"Parameter A in: A * x^2 + B * x + C dictates the shape of the parabola.</br>\r\nPositive A means the parabola remains concave (high-low-high), but negative A inverts the parabola to be convex (low-high-low)."