mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"235.3K\", \"totalSubmission\": \"534.2K\", \"totalAcceptedRaw\": 235346, \"totalSubmissionRaw\": 534211, \"acRate\": \"44.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"235.4K\", \"totalSubmission\": \"534.2K\", \"totalAcceptedRaw\": 235359, \"totalSubmissionRaw\": 534248, \"acRate\": \"44.1%\"}",
|
||||
"hints": [
|
||||
"For those of you who are familiar with the <b>Kadane's algorithm</b>, think in terms of that. For the newbies, Kadane's algorithm is used to finding the maximum sum subarray from a given array. This problem is a twist on that idea and it is advisable to read up on that algorithm first before starting this problem. Unless you already have a great algorithm brewing up in your mind in which case, go right ahead!",
|
||||
"What is an alternate way of representing a circular array so that it appears to be a straight array?\r\nEssentially, there are two cases of this problem that we need to take care of. Let's look at the figure below to understand those two cases:\r\n\r\n<br>\r\n<img src=\"https://assets.leetcode.com/uploads/2019/10/20/circular_subarray_hint_1.png\" width=\"700\"/>",
|
||||
|
Reference in New Issue
Block a user