mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 21:16:45 +08:00
update
This commit is contained in:
@@ -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)."
|
||||
|
Reference in New Issue
Block a user