<?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: Construct a Sorted PHP Linked List</title>
	<atom:link href="/2010/09/29/construct-a-sorted-php-linked-list/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/09/29/construct-a-sorted-php-linked-list/</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: Ivo</title>
		<link>/2010/09/29/construct-a-sorted-php-linked-list/comment-page-1/#comment-138597</link>
		<dc:creator><![CDATA[Ivo]]></dc:creator>
		<pubDate>Mon, 27 Oct 2014 10:24:35 +0000</pubDate>
		<guid isPermaLink="false">/?p=2006#comment-138597</guid>
		<description><![CDATA[Hi, man, 

I was wondering, why are  Nodes &#039;next&#039;,&#039;previous&#039;, and &#039;data&#039; publicly accessible in the Node?

Cheers!]]></description>
		<content:encoded><![CDATA[<p>Hi, man, </p>
<p>I was wondering, why are  Nodes &#8216;next&#8217;,&#8217;previous&#8217;, and &#8216;data&#8217; publicly accessible in the Node?</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoimen</title>
		<link>/2010/09/29/construct-a-sorted-php-linked-list/comment-page-1/#comment-17978</link>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
		<pubDate>Mon, 24 Dec 2012 10:34:55 +0000</pubDate>
		<guid isPermaLink="false">/?p=2006#comment-17978</guid>
		<description><![CDATA[Hi Dollie,

but of course you can!]]></description>
		<content:encoded><![CDATA[<p>Hi Dollie,</p>
<p>but of course you can!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dollie</title>
		<link>/2010/09/29/construct-a-sorted-php-linked-list/comment-page-1/#comment-17962</link>
		<dc:creator><![CDATA[Dollie]]></dc:creator>
		<pubDate>Sun, 23 Dec 2012 10:25:36 +0000</pubDate>
		<guid isPermaLink="false">/?p=2006#comment-17962</guid>
		<description><![CDATA[Hey there! Would you mind if I share your blog with my facebook group?

There&#039;s a lot of folks that I think would really appreciate your content. Please let me know. Cheers]]></description>
		<content:encoded><![CDATA[<p>Hey there! Would you mind if I share your blog with my facebook group?</p>
<p>There&#8217;s a lot of folks that I think would really appreciate your content. Please let me know. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abcphp.com</title>
		<link>/2010/09/29/construct-a-sorted-php-linked-list/comment-page-1/#comment-13421</link>
		<dc:creator><![CDATA[abcphp.com]]></dc:creator>
		<pubDate>Thu, 30 Sep 2010 09:42:17 +0000</pubDate>
		<guid isPermaLink="false">/?p=2006#comment-13421</guid>
		<description><![CDATA[&lt;strong&gt;Construct a Sorted PHP Linked List...&lt;/strong&gt;

This is really a draft, but I somehow decided to post it. Here’s a simple linked list in PHP, where only the add() method is slightly different. When you have an item to add it’s placed on the “right” place – the result is a sorted list. Few notes befo...]]></description>
		<content:encoded><![CDATA[<p><strong>Construct a Sorted PHP Linked List&#8230;</strong></p>
<p>This is really a draft, but I somehow decided to post it. Here’s a simple linked list in PHP, where only the add() method is slightly different. When you have an item to add it’s placed on the “right” place – the result is a sorted list. Few notes befo&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
