<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Deque v. Doubly Linked List</title>
		<link>http://www.allegro.cc/forums/view/594864</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Wed, 23 Jan 2008 09:09:55 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>So I&#39;ve got this assignment to write various data structures. No big deal. I&#39;ve just got one more to write, a Doubly Linked List. But wait, I already wrote a Deque... aren&#39;t those pretty much the same thing or am I missing something?</p><p>According to the assignment, both data structures hold a node which in turn points to the nodes before and after it. It seems as if the only difference is the fact that I&#39;m supposed to write more methods for the Doubly Linked List.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jeff Bernard)</author>
		<pubDate>Wed, 23 Jan 2008 05:44:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Basically, a dequeue only allows insertion (and deletion) at the front and back, while a list allows insertion in the middle of it.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (netcat)</author>
		<pubDate>Wed, 23 Jan 2008 05:56:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>A dequeue implies the operations that can be performed on it, push/pop from either end. A doubly linked list implies the structure of the data. You can implement a dequeue with a doubly linked list, but not the other way around.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kazzmir)</author>
		<pubDate>Wed, 23 Jan 2008 05:58:31 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Alright, then I guess they&#39;re pretty much the same for this assignment since it had me write a method to insert into the middle of the deque (and since I used a doubly linked list to write it).</p><p>Thanks.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Jeff Bernard)</author>
		<pubDate>Wed, 23 Jan 2008 09:09:55 +0000</pubDate>
	</item>
</rss>
