<?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: Algorithms for Dummies</title>
	<atom:link href="http://zahymaka.com/63/algorithms-for-dummies/feed" rel="self" type="application/rss+xml" />
	<link>http://zahymaka.com/63/algorithms-for-dummies</link>
	<description>web development</description>
	<lastBuildDate>Sun, 04 Sep 2011 19:00:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Azuka</title>
		<link>http://zahymaka.com/63/algorithms-for-dummies/comment-page-1#comment-121</link>
		<dc:creator>Azuka</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.zatechcorp.com/?p=63#comment-121</guid>
		<description>Thanks &lt;b&gt;El-Halaby&lt;/b&gt;. 

I knew something was wrong but couldn&#039;t exactly tell what. You see, I never took the Data Structures class which apparently covered implementation in C++. Thanks once again man!</description>
		<content:encoded><![CDATA[<p>Thanks <b>El-Halaby</b>. </p>
<p>I knew something was wrong but couldn&#8217;t exactly tell what. You see, I never took the Data Structures class which apparently covered implementation in C++. Thanks once again man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El-Halaby</title>
		<link>http://zahymaka.com/63/algorithms-for-dummies/comment-page-1#comment-120</link>
		<dc:creator>El-Halaby</dc:creator>
		<pubDate>Fri, 07 Nov 2008 20:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zatechcorp.com/?p=63#comment-120</guid>
		<description>You got to know data structures before learning algorithms, that&#039;s why an algorithm class is usually called data structures and algorithms.

Graphs and trees are basic data structures, you can find their implementation code in every data structures book, my favorite book is Data Structures
&amp; Algorithms in Java by Robert Lafore. I am pretty sure the same book is written for C++ programmers.

If you are interested in Graph algorithms, there is a book called Algorithms in Java, Third Edition, Part 5: Graph Algorithms by Robert Sedgewick, the C++ version of this book exists also (almost sure). 

There is a Wikibook: Data Structures {fundamental tools}, here is the link:
http://en.wikibooks.org/wiki/Data_Structures

Good luck
Bye</description>
		<content:encoded><![CDATA[<p>You got to know data structures before learning algorithms, that&#8217;s why an algorithm class is usually called data structures and algorithms.</p>
<p>Graphs and trees are basic data structures, you can find their implementation code in every data structures book, my favorite book is Data Structures<br />
&amp; Algorithms in Java by Robert Lafore. I am pretty sure the same book is written for C++ programmers.</p>
<p>If you are interested in Graph algorithms, there is a book called Algorithms in Java, Third Edition, Part 5: Graph Algorithms by Robert Sedgewick, the C++ version of this book exists also (almost sure). </p>
<p>There is a Wikibook: Data Structures {fundamental tools}, here is the link:<br />
<a href="http://en.wikibooks.org/wiki/Data_Structures" rel="nofollow">http://en.wikibooks.org/wiki/Data_Structures</a></p>
<p>Good luck<br />
Bye</p>
]]></content:encoded>
	</item>
</channel>
</rss>

