<?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: Boyer &#8211; Moore String Search (Good Suffix Shift)</title>
	<atom:link href="http://shriphani.com/blog/2008/12/07/boyer-moore-string-search-good-suffix-shift/feed/" rel="self" type="application/rss+xml" />
	<link>http://shriphani.com/blog/2008/12/07/boyer-moore-string-search-good-suffix-shift/</link>
	<description>In Pursuit Of Truth and Beauty</description>
	<lastBuildDate>Mon, 30 Apr 2012 10:40:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: 1029384756</title>
		<link>http://shriphani.com/blog/2008/12/07/boyer-moore-string-search-good-suffix-shift/comment-page-1/#comment-12556</link>
		<dc:creator>1029384756</dc:creator>
		<pubDate>Sat, 03 Mar 2012 22:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://shriphani.com/blog/?p=290#comment-12556</guid>
		<description>this isn&#039;t good-suffix shift.. it&#039;s bad-charachter shift</description>
		<content:encoded><![CDATA[<p>this isn&#8217;t good-suffix shift.. it&#8217;s bad-charachter shift</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meade</title>
		<link>http://shriphani.com/blog/2008/12/07/boyer-moore-string-search-good-suffix-shift/comment-page-1/#comment-7535</link>
		<dc:creator>meade</dc:creator>
		<pubDate>Thu, 09 Jul 2009 15:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://shriphani.com/blog/?p=290#comment-7535</guid>
		<description>There&#039;s a problem with the code if you search for a single character, &#039;A&#039; for example.  I changed the following to make it work:
	while True:
		if i &lt; 0:  #changed
			return j + 1  #changed

in the search function</description>
		<content:encoded><![CDATA[<p>There&#8217;s a problem with the code if you search for a single character, &#8216;A&#8217; for example.  I changed the following to make it work:<br />
	while True:<br />
		if i &lt; 0:  #changed<br />
			return j + 1  #changed</p>
<p>in the search function</p>
]]></content:encoded>
	</item>
</channel>
</rss>

