<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programming Tips Tricks &#187; Data Structures</title>
	<atom:link href="http://www.sharpprogrammer.com/category/data-structures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpprogrammer.com</link>
	<description>For Smart Programmers</description>
	<lastBuildDate>Wed, 11 Nov 2009 03:53:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Data Structure in Java</title>
		<link>http://www.sharpprogrammer.com/data-structures/data-structure-in-java/</link>
		<comments>http://www.sharpprogrammer.com/data-structures/data-structure-in-java/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 07:20:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/data-structures/data-structure-in-java/</guid>
		<description><![CDATA[
Algorithm &#38; Data Structure in Java &#8211; What processing  elements? Algorithm &#38; Data Structure in Java
Data structure in java &#8211; I&#8217;ve had problems with Data structure  in java
How to handle Database Data Structure in Java,Java Database  Connectivity (JDBC),Database Connectivity &#8211; Java Archive about How to handle  Database Data Structure in Java&#8230;&#8221;&#62; [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/data-structures/data-structure-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Structure Tutorial</title>
		<link>http://www.sharpprogrammer.com/data-structures/data-structure-tutorial/</link>
		<comments>http://www.sharpprogrammer.com/data-structures/data-structure-tutorial/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 04:20:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/data-structures/data-structure-tutorial/</guid>
		<description><![CDATA[
Basic data structure tutorial &#8211; ITtoolbox Groups &#8211; development  programming cpp webdesign code visualbasicnet microsoftvisual visualstudio  macromedia webapplication j2ee applicationperformance contentmanagement  sunmicrosystems access javacode ITtoolbox Groups basic data structure tutorial &#8211;  ITtoolbox Groups
Data structure tutorial &#8211; Luckily for us, they&#8217;ve been  thinking a little ahead, and has, with data structure [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/data-structures/data-structure-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Structure Interview Questions</title>
		<link>http://www.sharpprogrammer.com/data-structures/data-structure-interview-questions/</link>
		<comments>http://www.sharpprogrammer.com/data-structures/data-structure-interview-questions/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 18:07:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Interview Questions]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/data-structures/data-structure-interview-questions/</guid>
		<description><![CDATA[
A list      is ordered from smaller to largest when sort is called. Which sort would      take longest time to execute?
A list      is ordered from smaller to largest when sort is called. Which sort would      take [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/data-structures/data-structure-interview-questions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Perl Data Structures</title>
		<link>http://www.sharpprogrammer.com/data-structures/perl-data-structures/</link>
		<comments>http://www.sharpprogrammer.com/data-structures/perl-data-structures/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 16:46:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/data-structures/perl-data-structures/</guid>
		<description><![CDATA[
Saving Data Structures (Programming Perl) &#8211; Obviously, some  choices are better than others Saving Data Structures (Programming Perl)
Multileval data structures, tie, and indirection &#8211; Perl &#8211;  Details will be fleshed out Multileval data structures, tie, and indirection &#8211;  Perl
Lesson 10: Perl References and Advanced Data Structures &#8211; We  will see that [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/data-structures/perl-data-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linked List Data Structure</title>
		<link>http://www.sharpprogrammer.com/data-structures/linked-list-data-structure/</link>
		<comments>http://www.sharpprogrammer.com/data-structures/linked-list-data-structure/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 16:06:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Structures]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/data-structures/linked-list-data-structure/</guid>
		<description><![CDATA[•         Linked list  
–        Linear collection of self-referential class objects, called nodes
–        Connected by pointer links
–        Accessed via a pointer to the first node of [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/data-structures/linked-list-data-structure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Types of Data Structures</title>
		<link>http://www.sharpprogrammer.com/data-structures/types-of-data-structures/</link>
		<comments>http://www.sharpprogrammer.com/data-structures/types-of-data-structures/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 16:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Structures]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/data-structures/types-of-data-structures/</guid>
		<description><![CDATA[Dynamic data structures
 Data structures that grow and shrink during execution
Linked lists
 Allow insertions and removals anywhere
Stacks
 Allow insertions and removals only at top of stack
Queues
 Allow insertions at the back and removals from the front
Binary trees
 High-speed searching and sorting of data and efficient elimination of duplicate data items
]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/data-structures/types-of-data-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Data Structure to Use?  Data Structure Selection in Programming !</title>
		<link>http://www.sharpprogrammer.com/data-structures/which-data-structure-to-use-data-structure-selection-in-programming/</link>
		<comments>http://www.sharpprogrammer.com/data-structures/which-data-structure-to-use-data-structure-selection-in-programming/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 05:56:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Structures]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/data-structures/which-data-structure-to-use-data-structure-selection-in-programming/</guid>
		<description><![CDATA[I want to know if you have seen a particular problem and used a particular data structure, and why? I usually end up using just arrays, lists, or hash maps for most of day to day work. If there is a particular algorithm needs to be implemented then I try to think of trees or [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/data-structures/which-data-structure-to-use-data-structure-selection-in-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Difference between Stack &amp; Heap</title>
		<link>http://www.sharpprogrammer.com/data-structures/18/</link>
		<comments>http://www.sharpprogrammer.com/data-structures/18/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 19:16:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Structures]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/data-structures/18/</guid>
		<description><![CDATA[&#8216;Stack&#8217; is a common name for the memory space in which automatic variables  (and often function parameters) are allocated.

&#8216;Heap&#8217; is a common name for  the &#8220;free store&#8221;, the memory space where dynamic objects are allocated (see  &#8220;new&#8221; and &#8220;delete&#8221;).
The stack is used to allocate temporary objects while the heap is used by [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/data-structures/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
