mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 21:46:46 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"1.6K\", \"totalSubmission\": \"5.8K\", \"totalAcceptedRaw\": 1591, \"totalSubmissionRaw\": 5769, \"acRate\": \"27.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.6K\", \"totalSubmission\": \"5.8K\", \"totalAcceptedRaw\": 1602, \"totalSubmissionRaw\": 5801, \"acRate\": \"27.6%\"}",
|
||||
"hints": [
|
||||
"A pivot point splits the array into equal prefix and suffix. If no change is made to the array, the goal is to find the number of pivot p such that prefix[p-1] == suffix[p].",
|
||||
"Consider how prefix and suffix will change when we change a number nums[i] to k.",
|
||||
|
Reference in New Issue
Block a user