<?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: Computer Algorithms: Brute Force String Matching</title>
	<atom:link href="/2012/03/27/computer-algorithms-brute-force-string-matching/feed/" rel="self" type="application/rss+xml" />
	<link>/2012/03/27/computer-algorithms-brute-force-string-matching/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Sohail Kabir</title>
		<link>/2012/03/27/computer-algorithms-brute-force-string-matching/comment-page-1/#comment-460110</link>
		<dc:creator><![CDATA[Sohail Kabir]]></dc:creator>
		<pubDate>Thu, 27 Jul 2017 08:05:52 +0000</pubDate>
		<guid isPermaLink="false">/?p=2966#comment-460110</guid>
		<description><![CDATA[i need brute force algo for comparing my data sets with any random blog data from internet to find out data type. for example result will show after comparison  the  blog data belong to emtion type..or sexual abuse text ...etc]]></description>
		<content:encoded><![CDATA[<p>i need brute force algo for comparing my data sets with any random blog data from internet to find out data type. for example result will show after comparison  the  blog data belong to emtion type..or sexual abuse text &#8230;etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kunal Awasthi</title>
		<link>/2012/03/27/computer-algorithms-brute-force-string-matching/comment-page-1/#comment-446792</link>
		<dc:creator><![CDATA[Kunal Awasthi]]></dc:creator>
		<pubDate>Fri, 24 Mar 2017 09:55:18 +0000</pubDate>
		<guid isPermaLink="false">/?p=2966#comment-446792</guid>
		<description><![CDATA[Just check before entering for loop that  $Subject &#038; $pattern is equels...]]></description>
		<content:encoded><![CDATA[<p>Just check before entering for loop that  $Subject &amp; $pattern is equels&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uchenna Nwanyanwu</title>
		<link>/2012/03/27/computer-algorithms-brute-force-string-matching/comment-page-1/#comment-423232</link>
		<dc:creator><![CDATA[Uchenna Nwanyanwu]]></dc:creator>
		<pubDate>Sun, 09 Oct 2016 10:38:33 +0000</pubDate>
		<guid isPermaLink="false">/?p=2966#comment-423232</guid>
		<description><![CDATA[Your example is great but there is an issue with the code.
The for loop need to change from for ($i = 0; i &#060; $n-$m; $i++) to for ($i = 0; i &#060;= $n-$m; $i++).
Run this for example
sub_string(&#034;fgg&#034;, &#034;abcdfffggffgg&#034;);]]></description>
		<content:encoded><![CDATA[<p>Your example is great but there is an issue with the code.<br />
The for loop need to change from for ($i = 0; i &lt; $n-$m; $i++) to for ($i = 0; i &lt;= $n-$m; $i++).<br />
Run this for example<br />
sub_string(&quot;fgg&quot;, &quot;abcdfffggffgg&quot;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Londoño</title>
		<link>/2012/03/27/computer-algorithms-brute-force-string-matching/comment-page-1/#comment-402520</link>
		<dc:creator><![CDATA[Oscar Londoño]]></dc:creator>
		<pubDate>Mon, 28 Mar 2016 22:15:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=2966#comment-402520</guid>
		<description><![CDATA[for ($i = 0; i &#060;= $n-$m; $i++) {]]></description>
		<content:encoded><![CDATA[<p>for ($i = 0; i &lt;= $n-$m; $i++) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar Londoño</title>
		<link>/2012/03/27/computer-algorithms-brute-force-string-matching/comment-page-1/#comment-402519</link>
		<dc:creator><![CDATA[Oscar Londoño]]></dc:creator>
		<pubDate>Mon, 28 Mar 2016 21:59:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=2966#comment-402519</guid>
		<description><![CDATA[algorith have error 

for ($i = 0; i &#060; $n-$m; $i++) {

test with string &#034;cbcc&#034; search pattern &#034;cc&#034;]]></description>
		<content:encoded><![CDATA[<p>algorith have error </p>
<p>for ($i = 0; i &lt; $n-$m; $i++) {</p>
<p>test with string &quot;cbcc&quot; search pattern &quot;cc&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thant Htet Myet</title>
		<link>/2012/03/27/computer-algorithms-brute-force-string-matching/comment-page-1/#comment-390157</link>
		<dc:creator><![CDATA[Thant Htet Myet]]></dc:creator>
		<pubDate>Mon, 21 Dec 2015 19:08:06 +0000</pubDate>
		<guid isPermaLink="false">/?p=2966#comment-390157</guid>
		<description><![CDATA[Thank you for this!]]></description>
		<content:encoded><![CDATA[<p>Thank you for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ukeme</title>
		<link>/2012/03/27/computer-algorithms-brute-force-string-matching/comment-page-1/#comment-308677</link>
		<dc:creator><![CDATA[Ukeme]]></dc:creator>
		<pubDate>Mon, 04 May 2015 09:34:29 +0000</pubDate>
		<guid isPermaLink="false">/?p=2966#comment-308677</guid>
		<description><![CDATA[It cool, nice work.]]></description>
		<content:encoded><![CDATA[<p>It cool, nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ngawang Zepa</title>
		<link>/2012/03/27/computer-algorithms-brute-force-string-matching/comment-page-1/#comment-98077</link>
		<dc:creator><![CDATA[Ngawang Zepa]]></dc:creator>
		<pubDate>Mon, 29 Sep 2014 10:00:09 +0000</pubDate>
		<guid isPermaLink="false">/?p=2966#comment-98077</guid>
		<description><![CDATA[if you can also update the analysis part.]]></description>
		<content:encoded><![CDATA[<p>if you can also update the analysis part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nigel</title>
		<link>/2012/03/27/computer-algorithms-brute-force-string-matching/comment-page-1/#comment-24843</link>
		<dc:creator><![CDATA[nigel]]></dc:creator>
		<pubDate>Thu, 22 May 2014 22:50:45 +0000</pubDate>
		<guid isPermaLink="false">/?p=2966#comment-24843</guid>
		<description><![CDATA[thanks]]></description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikita</title>
		<link>/2012/03/27/computer-algorithms-brute-force-string-matching/comment-page-1/#comment-18527</link>
		<dc:creator><![CDATA[Nikita]]></dc:creator>
		<pubDate>Fri, 01 Mar 2013 06:19:28 +0000</pubDate>
		<guid isPermaLink="false">/?p=2966#comment-18527</guid>
		<description><![CDATA[&#062; Also it doesn’t work with pattern equals subject.
&#062; For example,
&#062; echo sub_string(‘br’, ‘br’);
&#062; returns -1
I meant.]]></description>
		<content:encoded><![CDATA[<p>&gt; Also it doesn’t work with pattern equals subject.<br />
&gt; For example,<br />
&gt; echo sub_string(‘br’, ‘br’);<br />
&gt; returns -1<br />
I meant.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
