<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>归并排序</title>
	<atom:link href="https://www.aitaocui.cn/tag/175033/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Wed, 23 Nov 2022 02:30:40 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>归并排序</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>归并排序(排序算法)</title>
		<link>https://www.aitaocui.cn/article/277723.html</link>
					<comments>https://www.aitaocui.cn/article/277723.html#respond</comments>
		
		<dc:creator><![CDATA[柠檬草的味道]]></dc:creator>
		<pubDate>Wed, 23 Nov 2022 02:30:40 +0000</pubDate>
				<category><![CDATA[百科]]></category>
		<category><![CDATA[归并排序]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=277723</guid>

					<description><![CDATA[归并排序是建立在归并操作上的一种有效的排序算法，将已有序的子序列合并，得到完全有序的序列，该算法采用的是分治法。该算法是采用分治法（Divide and Conquer）的一个非常...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>归并排序是建立在归并操作上的一种有效的排序算法，将已有序的子序列合并，得到完全有序的序列，该算法采用的是分治法。该算法是采用分治法（Divide and Conquer）的一个非常典型的应用。将已有序的子序列合并，得到完全有序的序列；即先使每个子序列有序，再使子序列段间有序。若将两个有序表合并成一个有序表，称为二路归并。中文名归并排序。</p>
</article>
<article>
<h1>归并操作</h1>
<p>归并操作(merge)，也叫归并算法，指的是将两个已经排序的序列合并成一个序列的操作。 </p>
<p>归并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法（Divide and Conquer）的一个非常典型的应用</p>
</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/277723.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
