Date: Dec 16, 2012 9:30 AM
Author: Ciekaw
Subject: Re: On the infinite binary Tree
On Wednesday, December 12, 2012 11:26:15 AM UTC+1, zuhair wrote:
>
> The 0,1 labeled infinite binary tree he is speaking of is the
>
> following:
>
>
>
> 0
>
> / \
>
> 0 1
>
> / \ / \
>
> 0 1 0 1
>
> . . . .
>
> . . . .
>
>
Why is the first element = 0 ?
Maybe that's better?
0 1
/ \ / \
0 1 0 1
.. .. .. ..
Or for each path can interpret binary number:
(1)
/ \
0 1
/ \ / \
0 1 0 1
.. .. .. ..
My practical example:
https://groups.google.com/forum/?fromgroups=#!topic/sci.math/dpIGkguejLA
Regards, Ciekaw1