<?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: 花花酱 LeetCode 801. Minimum Swaps To Make Sequences Increasing	</title>
	<atom:link href="https://zxi.mytechroad.com/blog/dynamic-programming/leetcode-801-minimum-swaps-to-make-sequences-increasing/feed/" rel="self" type="application/rss+xml" />
	<link>https://zxi.mytechroad.com/blog/dynamic-programming/leetcode-801-minimum-swaps-to-make-sequences-increasing/</link>
	<description></description>
	<lastBuildDate>Thu, 30 Aug 2018 21:22:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.8</generator>
	<item>
		<title>
		By: koala		</title>
		<link>https://zxi.mytechroad.com/blog/dynamic-programming/leetcode-801-minimum-swaps-to-make-sequences-increasing/#comment-12</link>

		<dc:creator><![CDATA[koala]]></dc:creator>
		<pubDate>Sun, 13 May 2018 07:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://zxi.mytechroad.com/blog/?p=2188#comment-12</guid>

					<description><![CDATA[DP的题每次总是差一点。这道题可以想到DFS，想到继续优化应该用DP。但是DP递推式确却想不出来最后正确的，这道题比如得考虑两个元素之间的关系。希望楼主大神可以分享下这个公式如何由一些经验去推导去思考。
自己总结了常见一维，二维，常见字符串，区间DP，DFS+记忆存储，不过碰到新题有些还是一时半会想不出来。
谢谢楼主的视频，讲解非常清晰。]]></description>
			<content:encoded><![CDATA[<p>DP的题每次总是差一点。这道题可以想到DFS，想到继续优化应该用DP。但是DP递推式确却想不出来最后正确的，这道题比如得考虑两个元素之间的关系。希望楼主大神可以分享下这个公式如何由一些经验去推导去思考。<br />
自己总结了常见一维，二维，常见字符串，区间DP，DFS+记忆存储，不过碰到新题有些还是一时半会想不出来。<br />
谢谢楼主的视频，讲解非常清晰。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
