<?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"
	>
<channel>
	<title>Comments on: A SimplePriorityQueue in Java.</title>
	<atom:link href="http://saiboten.com/blog/2008/11/a-simplepriorityqueue-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://saiboten.com/blog/2008/11/a-simplepriorityqueue-in-java/</link>
	<description>A web log from Tobias Rusås Olsen.</description>
	<pubDate>Sat, 19 May 2012 03:14:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Arne</title>
		<link>http://saiboten.com/blog/2008/11/a-simplepriorityqueue-in-java/#comment-157</link>
		<dc:creator>Arne</dc:creator>
		<pubDate>Thu, 27 Nov 2008 14:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://saiboten.com/blog/?p=98#comment-157</guid>
		<description>I think i'd implement an empty head node which contains pointer to the first and last node in order to get faster inserting when using fifo (first in first out). you'd have to call headnode.next() to get the first, and headnode.last() to get the last node.</description>
		<content:encoded><![CDATA[<p>I think i&#8217;d implement an empty head node which contains pointer to the first and last node in order to get faster inserting when using fifo (first in first out). you&#8217;d have to call headnode.next() to get the first, and headnode.last() to get the last node.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

