<?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>KMP &#8211; Blog Sketch</title>
	<atom:link href="https://blog.ziaowang.top/tag/kmp/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ziaowang.top</link>
	<description></description>
	<lastBuildDate>Fri, 06 Sep 2024 05:45:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>alg: 字符串匹配算法</title>
		<link>https://blog.ziaowang.top/2024/09/02/string-pattern-matching-kmp/</link>
					<comments>https://blog.ziaowang.top/2024/09/02/string-pattern-matching-kmp/#respond</comments>
		
		<dc:creator><![CDATA[wponaws]]></dc:creator>
		<pubDate>Mon, 02 Sep 2024 18:41:13 +0000</pubDate>
				<category><![CDATA[技术笔记]]></category>
		<category><![CDATA[KMP]]></category>
		<guid isPermaLink="false">http://localhost/mysite/?p=2701</guid>

					<description><![CDATA[<p>这是以 alg 作为标题前缀的数据结构与算法系列。<br />本系列的更新策略：直接更新内容，不标出更新的年月日。</p>



<p>本系列的写作参考了诸多来源，一个重要来源是清华大学数据结构课程（邓俊辉课堂的）讲义和《数据结构（C++语言版）》的内容，有些段落可能 文字复制比 / 伪代码复制比 较高，但不保证相关部分与上述来源完全一致。如果你想要系统性地初学数据结构与算法，推荐从上述两个材料入手，它们可以从&#8230;</p>]]></description>
										<content:encoded><![CDATA[<p>这是以 alg 作为标题前缀的数据结构与算法系列。<br />本系列的更新策略：直接更新内容，不标出更新的年月日。</p>



<p>本系列的写作参考了诸多来源，一个重要来源是清华大学数据结构课程（邓俊辉课堂的）讲义和《数据结构（C++语言版）》的内容，有些段落可能 文字复制比 / 伪代码复制比 较高，但不保证相关部分与上述来源完全一致。如果你想要系统性地初学数据结构与算法，推荐从上述两个材料入手，它们可以从&hellip;</p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.ziaowang.top/2024/09/02/string-pattern-matching-kmp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
