<?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: Doubly Linked List in php</title>
	<atom:link href="http://www.codediesel.com/algorithms/doubly-linked-list-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/algorithms/doubly-linked-list-in-php/</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:39:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: sameer</title>
		<link>http://www.codediesel.com/algorithms/doubly-linked-list-in-php/comment-page-1/#comment-2172</link>
		<dc:creator>sameer</dc:creator>
		<pubDate>Wed, 07 Jul 2010 03:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1261#comment-2172</guid>
		<description>Thanks for the correction.</description>
		<content:encoded><![CDATA[<p>Thanks for the correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.codediesel.com/algorithms/doubly-linked-list-in-php/comment-page-1/#comment-2170</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 06 Jul 2010 22:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1261#comment-2170</guid>
		<description>Thanks for this :)
I know this is almost a year old but on insertAfter you&#039;re calling 
new Link($data); 
but it should be 
new ListNode($data);</description>
		<content:encoded><![CDATA[<p>Thanks for this <img src='http://www.codediesel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I know this is almost a year old but on insertAfter you&#8217;re calling<br />
new Link($data);<br />
but it should be<br />
new ListNode($data);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Vrána</title>
		<link>http://www.codediesel.com/algorithms/doubly-linked-list-in-php/comment-page-1/#comment-1345</link>
		<dc:creator>Jakub Vrána</dc:creator>
		<pubDate>Tue, 18 Aug 2009 15:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1261#comment-1345</guid>
		<description>See also http://www.php.net/manual/en/class.spldoublylinkedlist.php</description>
		<content:encoded><![CDATA[<p>See also <a href="http://www.php.net/manual/en/class.spldoublylinkedlist.php" rel="nofollow">http://www.php.net/manual/en/class.spldoublylinkedlist.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zahid</title>
		<link>http://www.codediesel.com/algorithms/doubly-linked-list-in-php/comment-page-1/#comment-1321</link>
		<dc:creator>zahid</dc:creator>
		<pubDate>Thu, 06 Aug 2009 11:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.codediesel.com/?p=1261#comment-1321</guid>
		<description>THANKS</description>
		<content:encoded><![CDATA[<p>THANKS</p>
]]></content:encoded>
	</item>
</channel>
</rss>

