On Tue, 31 May 2005 22:40:19 +0200, Berthold Höllmann wrote:

> You can grab it from 
> 
>   <http://starship.python.net/~bhoel/avl-2.1.0.tar.gz>
> 

Thanks i will play with it. But i have realize that what i need was
exactly a binary tree. I haven't used tree yet and i don't know if i 
can use the avl instaead an ordinary binary tree.
I have to construct a tree like this

         A

    B          C

 A     C     A     B

B C   A B   B C   A C


but i think i can construct a avl using left/right. Am I correct?

Thanks again,

Zunbeltz

> Please report any problems to me. I'll do my best to solve them.
> 
> Regards,
> Berthold

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to