Connecting Tech Pros Worldwide Forums | Help | Site Map

Linking sibling in a binary tree

mkalyan79@gmail.com
Guest
 
Posts: n/a
#1: Mar 27 '06
Hi,

I was wondering if there is any particular methods to link the sibling
nodes in the binary tree?

-K


Michael Mair
Guest
 
Posts: n/a
#2: Mar 27 '06

re: Linking sibling in a binary tree


mkalyan79@gmail.com schrieb:[color=blue]
> I was wondering if there is any particular methods to link the sibling
> nodes in the binary tree?[/color]

http://www.clc-wiki.net/wiki/Introdu...to_comp.lang.c

Cheers
Michael
--
E-Mail: Mine is an /at/ gmx /dot/ de address.
Kenneth Brody
Guest
 
Posts: n/a
#3: Mar 27 '06

re: Linking sibling in a binary tree


mkalyan79@gmail.com wrote:[color=blue]
>
> Hi,
>
> I was wondering if there is any particular methods to link the sibling
> nodes in the binary tree?[/color]

Yes.

--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody/at\spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don't e-mail me at: <mailto:ThisIsASpamTrap@gmail.com>


Closed Thread