<?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: A binary tree node insertion function</title>
	<atom:link href="http://codingrecipes.com/a-binary-tree-node-insertion-function/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com/a-binary-tree-node-insertion-function</link>
	<description></description>
	<lastBuildDate>Tue, 01 May 2012 00:54:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Afnan</title>
		<link>http://codingrecipes.com/a-binary-tree-node-insertion-function/comment-page-1#comment-64</link>
		<dc:creator>Afnan</dc:creator>
		<pubDate>Fri, 01 May 2009 08:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=322#comment-64</guid>
		<description>Hi ,

I&#039;m sorry to inconvenience U;

but I have a problem in the tree :(  can U help Me ?

in this function I have seen run time error I don&#039;t Know where problem

&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;

 void  insert()
         {

         	Node *New=new Node;
         	New-&gt;Data=&quot;president&quot;;
         	New-&gt;LSubtree=NULL;
         	New-&gt;RSubtree=NULL;
         	New=root;

            Node *p;
            p = (Node *)malloc(sizeof(Node));// here problem &amp; if I construct for this mode root-&gt;LSubtree=p;
         	root-&gt;LSubtree=new Node;
         	root-&gt;LSubtree-&gt;Data=&quot;VP Support&quot;;
         	root-&gt;LSubtree-&gt;LSubtree=NULL;
         	root-&gt;LSubtree-&gt;RSubtree=NULL;
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;

Is there something wrong ?     :(

thank U :)</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>I&#8217;m sorry to inconvenience U;</p>
<p>but I have a problem in the tree <img src='http://codingrecipes.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   can U help Me ?</p>
<p>in this function I have seen run time error I don&#8217;t Know where problem</p>
<p>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;</p>
<p> void  insert()<br />
         {</p>
<p>         	Node *New=new Node;<br />
         	New-&gt;Data=&#8221;president&#8221;;<br />
         	New-&gt;LSubtree=NULL;<br />
         	New-&gt;RSubtree=NULL;<br />
         	New=root;</p>
<p>            Node *p;<br />
            p = (Node *)malloc(sizeof(Node));// here problem &amp; if I construct for this mode root-&gt;LSubtree=p;<br />
         	root-&gt;LSubtree=new Node;<br />
         	root-&gt;LSubtree-&gt;Data=&#8221;VP Support&#8221;;<br />
         	root-&gt;LSubtree-&gt;LSubtree=NULL;<br />
         	root-&gt;LSubtree-&gt;RSubtree=NULL;<br />
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;</p>
<p>Is there something wrong ?     <img src='http://codingrecipes.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>thank U <img src='http://codingrecipes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

