<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Find Maximum Subarray Sum (Kadane&#8217;s algorithm)	</title>
	<atom:link href="https://webrewrite.com/find-maximum-subarray-sum-in-array-kadanes-algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>https://webrewrite.com/find-maximum-subarray-sum-in-array-kadanes-algorithm/</link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Thu, 10 Sep 2020 03:01:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: mehmet yalçın		</title>
		<link>https://webrewrite.com/find-maximum-subarray-sum-in-array-kadanes-algorithm/#comment-967</link>

		<dc:creator><![CDATA[mehmet yalçın]]></dc:creator>
		<pubDate>Wed, 05 Dec 2018 15:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=2024#comment-967</guid>

					<description><![CDATA[In this scenario your algorithm failes;
A = [-1, 0, -1, 0, -1, 2, -1, 0]

Sub-array must be a contiguous array. That&#039;s why this shouldn&#039;t be resulted with the value 2 rather than 1.
We can already find it by Max function :)]]></description>
			<content:encoded><![CDATA[<p>In this scenario your algorithm failes;<br />
A = [-1, 0, -1, 0, -1, 2, -1, 0]</p>
<p>Sub-array must be a contiguous array. That&#8217;s why this shouldn&#8217;t be resulted with the value 2 rather than 1.<br />
We can already find it by Max function 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
