<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Data Structure Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/Tag/1348/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to Data Structure.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 03:52:23 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Re: Best data structure for the job...</title>
      <link>http://www.programmersheaven.com/mb/csharp/395291/395303/ReadMessage.aspx#395303</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/ghostfacelz/"&gt;ghostfacelz&lt;/a&gt; posted a &lt;a href="http://www.programmersheaven.com/mb/csharp/395291/395303/ReadMessage.aspx#395303"&gt;reply&lt;/a&gt; on the &lt;a href="http://www.programmersheaven.com/mb/csharp/Board.aspx"&gt;C#&lt;/a&gt; forum.&lt;/p&gt;Ha. Beautiful. &lt;br /&gt;
Dont know why I didnt think of that. &lt;br /&gt;
This is much more readable than what I came up with.&lt;br /&gt;
&lt;br /&gt;
Thanks a lot for the help!&lt;br /&gt;
=Ghost=&amp;gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/csharp/395291/395303/ReadMessage.aspx#395303</guid>
      <pubDate>Tue, 18 Aug 2009 14:43:23 -0700</pubDate>
    </item>
    <item>
      <title>Movie Database v1.1</title>
      <link>http://www.programmersheaven.com/download/56023/download.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Rollin92/"&gt;Rollin92&lt;/a&gt; submitted a new &lt;a href="http://www.programmersheaven.com/download/56023/download.aspx"&gt;file&lt;/a&gt;.&lt;/p&gt;Keep track of all of the movies in your collection. The program lets you add, edit and delete movies, search by name and list movies by genre or medium. That data structure used to store all of your information is explained in the README file.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/download/56023/download.aspx</guid>
      <pubDate>Tue, 31 Mar 2009 11:03:16 -0700</pubDate>
    </item>
    <item>
      <title>C# AVL Tree</title>
      <link>http://www.programmersheaven.com/article/101542-C%23+AVL+Tree/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/VCKicks/"&gt;VCKicks&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/101542-C%23+AVL+Tree/info.aspx"&gt;C# AVL Tree&lt;/a&gt;'.&lt;/p&gt;C# AVL is a self-balancing binary tree designed to improve the running time of searching through data.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/101542-C%23+AVL+Tree/info.aspx</guid>
      <pubDate>Sat, 03 Jan 2009 22:59:49 -0700</pubDate>
    </item>
    <item>
      <title>C# Binary Search Tree</title>
      <link>http://www.programmersheaven.com/article/101526-C%23+Binary+Search+Tree/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/VCKicks/"&gt;VCKicks&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/101526-C%23+Binary+Search+Tree/info.aspx"&gt;C# Binary Search Tree&lt;/a&gt;'.&lt;/p&gt;C# Binary Search Tree is a simple data structure for fast searching of data.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/101526-C%23+Binary+Search+Tree/info.aspx</guid>
      <pubDate>Sat, 03 Jan 2009 22:59:41 -0700</pubDate>
    </item>
    <item>
      <title>C# Skip List</title>
      <link>http://www.programmersheaven.com/article/101523-C%23+Skip+List/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/VCKicks/"&gt;VCKicks&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/101523-C%23+Skip+List/info.aspx"&gt;C# Skip List&lt;/a&gt;'.&lt;/p&gt;C# Skip List is a powerful data structure that allows for fast searching of data.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/101523-C%23+Skip+List/info.aspx</guid>
      <pubDate>Sat, 03 Jan 2009 22:59:33 -0700</pubDate>
    </item>
    <item>
      <title>HashSet</title>
      <link>http://www.programmersheaven.com/article/101172-HashSet/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/VCKicks/"&gt;VCKicks&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/101172-HashSet/info.aspx"&gt;HashSet&lt;/a&gt;'.&lt;/p&gt;Overview of the new C# HashSet data structures along with some comparisons and benchmarks.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/101172-HashSet/info.aspx</guid>
      <pubDate>Sat, 03 Jan 2009 22:58:51 -0700</pubDate>
    </item>
    <item>
      <title>C# Data Structures</title>
      <link>http://www.programmersheaven.com/article/17282-C%23+Data+Structures/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/VCKicks/"&gt;VCKicks&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/17282-C%23+Data+Structures/info.aspx"&gt;C# Data Structures&lt;/a&gt;'.&lt;/p&gt;C# Net has a lot of different data structures, for example, one of the most common ones is an Array. However C# comes with many more basic data structures. Choosing the correct data structure to use is part of writing a well structured and efficient program.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/17282-C%23+Data+Structures/info.aspx</guid>
      <pubDate>Sat, 03 Jan 2009 22:52:55 -0700</pubDate>
    </item>
    <item>
      <title>C# AVL Tree</title>
      <link>http://www.programmersheaven.com/article/101542-C%23+AVL+Tree/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/VCKicks/"&gt;VCKicks&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/101542-C%23+AVL+Tree/info.aspx"&gt;C# AVL Tree&lt;/a&gt;'.&lt;/p&gt;C# AVL is a self-balancing binary tree designed to improve the running time of searching through data.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/101542-C%23+AVL+Tree/info.aspx</guid>
      <pubDate>Tue, 30 Dec 2008 15:30:14 -0700</pubDate>
    </item>
    <item>
      <title>C# Binary Search Tree</title>
      <link>http://www.programmersheaven.com/article/101526-C%23+Binary+Search+Tree/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/VCKicks/"&gt;VCKicks&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/101526-C%23+Binary+Search+Tree/info.aspx"&gt;C# Binary Search Tree&lt;/a&gt;'.&lt;/p&gt;C# Binary Search Tree is a simple data structure for fast searching of data.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/101526-C%23+Binary+Search+Tree/info.aspx</guid>
      <pubDate>Fri, 26 Dec 2008 16:33:41 -0700</pubDate>
    </item>
    <item>
      <title>C# Skip List</title>
      <link>http://www.programmersheaven.com/article/101523-C%23+Skip+List/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/VCKicks/"&gt;VCKicks&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/101523-C%23+Skip+List/info.aspx"&gt;C# Skip List&lt;/a&gt;'.&lt;/p&gt;C# Skip List is a powerful data structure that allows for fast searching of data.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/101523-C%23+Skip+List/info.aspx</guid>
      <pubDate>Thu, 25 Dec 2008 02:35:01 -0700</pubDate>
    </item>
    <item>
      <title>HashSet</title>
      <link>http://www.programmersheaven.com/article/101172-HashSet/info.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/VCKicks/"&gt;VCKicks&lt;/a&gt; submitted a new article called '&lt;a href="http://www.programmersheaven.com/article/101172-HashSet/info.aspx"&gt;HashSet&lt;/a&gt;'.&lt;/p&gt;Overview of the new C# HashSet data structures along with some comparisons and benchmarks.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/article/101172-HashSet/info.aspx</guid>
      <pubDate>Wed, 26 Nov 2008 00:13:16 -0700</pubDate>
    </item>
    <item>
      <title>Re: Making a recipe book using pascal</title>
      <link>http://www.programmersheaven.com/mb/pasprog/381489/381523/ReadMessage.aspx#381523</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Actor/"&gt;Actor&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/pasprog/381489/381523/ReadMessage.aspx#381523"&gt;Re: Making a recipe book using pascal&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/pasprog/Board.aspx"&gt;Pascal&lt;/a&gt; forum.&lt;/p&gt;: &lt;br /&gt;
: I assume he also needs to use a data structure such as a Linked List &lt;br /&gt;
: Record for this.&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: Blue;"&gt;&lt;br /&gt;
Why do you assume that?  There's nothing in the problem (as stated) that demands it, so the only reason for using a linked list would be if his teacher specifically required it. &lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/381489/381523/ReadMessage.aspx#381523</guid>
      <pubDate>Mon, 03 Nov 2008 11:38:05 -0700</pubDate>
    </item>
    <item>
      <title>Re: Data structure in c</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/376451/376548/ReadMessage.aspx#376548</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Lundin/"&gt;Lundin&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/CandCPP/376451/376548/ReadMessage.aspx#376548"&gt;Re: Data structure in c&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/CandCPP/Board.aspx"&gt;C and C++&lt;/a&gt; forum.&lt;/p&gt;Yep it is. &lt;a href="http://www.programmersheaven.com/mb/CandCPP/374856/374856/posting-policies/?S=B20000"&gt;Posting policies&lt;/a&gt;. And welcome back. &lt;img src="http://www.programmersheaven.com/images/Community/smile.gif" width="15" height="15" alt="" /&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/376451/376548/ReadMessage.aspx#376548</guid>
      <pubDate>Tue, 30 Sep 2008 23:24:14 -0700</pubDate>
    </item>
    <item>
      <title>Re: Data structure in c</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/376451/376474/ReadMessage.aspx#376474</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Gregry2/"&gt;Gregry2&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/CandCPP/376451/376474/ReadMessage.aspx#376474"&gt;Re: Data structure in c&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/CandCPP/Board.aspx"&gt;C and C++&lt;/a&gt; forum.&lt;/p&gt;: : hello,&lt;br /&gt;
: : &lt;br /&gt;
: :         Im doing my engineering in computer science.pl can anyone &lt;br /&gt;
: : help me in solving the josephus problem using circularly doubly &lt;br /&gt;
: : linked list&lt;br /&gt;
: : &lt;br /&gt;
: &lt;br /&gt;
: [link=http://www.google.com/search?hl=en&amp;amp;q=josephus+problem+circular+&lt;br /&gt;
: linked+list+C&amp;amp;btnG=Search]http://www.google.com/search?hl=en&amp;amp;q=joseph&lt;br /&gt;
: us+problem+circular+linked+list+C&amp;amp;btnG=Search[/link]&lt;br /&gt;
&lt;br /&gt;
hey everybody! I'm back...again.&lt;br /&gt;
&lt;br /&gt;
What my dear brother is trying to say is either post code or be more specific, we don't do your homwork for you...at leas tthat was the policy when i was last here(is it still like that?)</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/376451/376474/ReadMessage.aspx#376474</guid>
      <pubDate>Tue, 30 Sep 2008 15:34:07 -0700</pubDate>
    </item>
    <item>
      <title>Re: Data Structure Help</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/372984/372999/ReadMessage.aspx#372999</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/Lundin/"&gt;Lundin&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/beginnercpp/372984/372999/ReadMessage.aspx#372999"&gt;Re: Data Structure Help&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/beginnercpp/Board.aspx"&gt;Beginner C/C++&lt;/a&gt; forum.&lt;/p&gt;Took a quick look at it.&lt;br /&gt;
&lt;br /&gt;
There is an (unintended?) issue with the first program: you are using int rather than unsigned int. ISO C allows int to either be signed or unsigned, it is implementation-specific. On a compiler that sets int as unsigned by default, your code will crash upon accessing array index 0xFFFF (16-bit machine) or 0xFFFFFFFF (32-bit machine).&lt;br /&gt;
&lt;br /&gt;
Also, void main() will not work on any standard compiler for hosted environments (Windows, Linux etc).</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/372984/372999/ReadMessage.aspx#372999</guid>
      <pubDate>Sun, 29 Jun 2008 01:19:11 -0700</pubDate>
    </item>
    <item>
      <title>Re: Data Structure help</title>
      <link>http://www.programmersheaven.com/mb/java_beginners/372985/372986/ReadMessage.aspx#372986</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/zibadian/"&gt;zibadian&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/java_beginners/372985/372986/ReadMessage.aspx#372986"&gt;Re: Data Structure help&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/java_beginners/Board.aspx"&gt;Java Beginners&lt;/a&gt; forum.&lt;/p&gt;: As a part of my project on data structures,I have prepared&lt;br /&gt;
: a small test survey on data structure across three languages - &lt;br /&gt;
: C/C++/java.This survey will help me in collecting and comparing the &lt;br /&gt;
: level of understanding and complexity of the three languages among &lt;br /&gt;
: different programmers.&lt;br /&gt;
: All interested fellow programmers please visit the link given below. &lt;br /&gt;
: It will also quick brush up your DS skills.&lt;br /&gt;
: Help will be greatly appreciated. [smile.gif]&lt;br /&gt;
: here is the link - ds-test.weebly.com&lt;br /&gt;
&lt;br /&gt;
I wanted to take the test, but the security code fails every time (6 tries) in FF3.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java_beginners/372985/372986/ReadMessage.aspx#372986</guid>
      <pubDate>Sat, 28 Jun 2008 14:49:04 -0700</pubDate>
    </item>
    <item>
      <title>Data Structure help</title>
      <link>http://www.programmersheaven.com/mb/java_beginners/372985/372985/ReadMessage.aspx#372985</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/anshya/"&gt;anshya&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/java_beginners/372985/372985/ReadMessage.aspx#372985"&gt;Data Structure help&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/java_beginners/Board.aspx"&gt;Java Beginners&lt;/a&gt; forum.&lt;/p&gt;As a part of my project on data structures,I have prepared&lt;br /&gt;
a small test survey on data structure across three languages - C/C++/java.This survey will help me in collecting and comparing the level of understanding and complexity of the three languages among different programmers.&lt;br /&gt;
All interested fellow programmers please visit the link given below. It will also quick brush up your DS skills.&lt;br /&gt;
Help will be greatly appreciated. [smile.gif]&lt;br /&gt;
here is the link - ds-test.weebly.com</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java_beginners/372985/372985/ReadMessage.aspx#372985</guid>
      <pubDate>Sat, 28 Jun 2008 12:18:19 -0700</pubDate>
    </item>
    <item>
      <title>Data Structure Help</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/372984/372984/ReadMessage.aspx#372984</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/anshya/"&gt;anshya&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/beginnercpp/372984/372984/ReadMessage.aspx#372984"&gt;Data Structure Help&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/beginnercpp/Board.aspx"&gt;Beginner C/C++&lt;/a&gt; forum.&lt;/p&gt;As a part of my project on data structures,I have prepared&lt;br /&gt;
a small test survey on data structure across three languages - C/C++/java.This survey will help me in collecting and comparing the level of understanding and complexity of the three languages among different programmers.&lt;br /&gt;
All interested fellow programmers please visit the link given below. It will also quick brush up your DS skills.&lt;br /&gt;
Help will be greatly appreciated. [smile.gif]&lt;br /&gt;
here is the link - ds-test.weebly.com</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/372984/372984/ReadMessage.aspx#372984</guid>
      <pubDate>Sat, 28 Jun 2008 12:17:40 -0700</pubDate>
    </item>
    <item>
      <title>Re: Getting the value of a variable.</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/371698/371701/ReadMessage.aspx#371701</link>
      <description>&lt;p&gt;&lt;a href="http://www.programmersheaven.com/user/zibadian/"&gt;zibadian&lt;/a&gt; posted the message '&lt;a href="http://www.programmersheaven.com/mb/beginnercpp/371698/371701/ReadMessage.aspx#371701"&gt;Re: Getting the value of a variable.&lt;/a&gt;' on the &lt;a href="http://www.programmersheaven.com/mb/beginnercpp/Board.aspx"&gt;Beginner C/C++&lt;/a&gt; forum.&lt;/p&gt;: No, there is no way nor reason to ever do that. Variable names are &lt;br /&gt;
: only there in the text file that is your source code, to help the &lt;br /&gt;
: programmer, they do not exist in the final program, where everything &lt;br /&gt;
: is translated to addresses and values. So, plainly, a variable's &lt;br /&gt;
: data may change at any time during execution of the program, but its &lt;br /&gt;
: name will never change.&lt;br /&gt;
&lt;br /&gt;
There are data structures which maps a string to a value. These structures could perform what you want to do. These maps can be seen as a string-indexed array.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/371698/371701/ReadMessage.aspx#371701</guid>
      <pubDate>Mon, 05 May 2008 09:30:58 -0700</pubDate>
    </item>
  </channel>
</rss>