<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>M图着色 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/m%E5%9B%BE%E7%9D%80%E8%89%B2/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Thu, 23 Dec 2021 09:13:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>M图着色问题之Java描述(with测试数据)</title>
		<link>https://www.coder4.com/archives/445</link>
					<comments>https://www.coder4.com/archives/445#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:29:35 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[Java描述]]></category>
		<category><![CDATA[M图着色]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=445</guid>

					<description><![CDATA[/* 测试数据 5 4 1 2 1 3 1 4 2 1 2 3 2 4 2 5 3 1 3 2 3 4 4 1 4 2 4 3 4 5 5 2 5 4 0 0 */ import java.util.*; /** * 描述m着色问题，问题见《算法设计与分析》（王晓东），第五章回溯法 * @author 2008-8-2 */ public class Coloring { private int n=0;//结点数[......] [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/445/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
