Re: avl tree

2005-06-01 Thread =?utf-8?q?Berthold_H=C3=B6llmann?=
Zunbeltz Izaola <[EMAIL PROTECTED]> writes: > On Tue, 31 May 2005 22:40:19 +0200, Berthold Höllmann wrote: > >> You can grab it from >> >> >> > > Thanks i will play with it. But i have realize that what i need was > exactly a binary tree. I

Re: avl tree

2005-06-01 Thread Zunbeltz Izaola
On Tue, 31 May 2005 22:40:19 +0200, Berthold Höllmann wrote: > You can grab it from > > > 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

Re: avl tree

2005-05-31 Thread =?utf-8?q?Berthold_H=C3=B6llmann?=
Zunbeltz Izaola <[EMAIL PROTECTED]> writes: > On Mon, 30 May 2005 21:13:57 +0200, Berthold Höllmann wrote: > >> >> I'm afraid you won't be happy with the code. It's very old and likely >> won't compile. We have an inhouse version of this module which >> compiles and run on Sparc solaris (32 Bit)

Re: avl tree

2005-05-31 Thread Zunbeltz Izaola
On Mon, 30 May 2005 21:13:57 +0200, Berthold Höllmann wrote: > > I'm afraid you won't be happy with the code. It's very old and likely > won't compile. We have an inhouse version of this module which > compiles and run on Sparc solaris (32 Bit) and linux x86 with Python > up to 2.4. I fixed some

Re: avl tree

2005-05-30 Thread Berthold Höllmann
Zunbeltz Izaola <[EMAIL PROTECTED]> writes: > Hi, > > I'm trying to install avl module from > http://www.nightmare.com/squirl/python-ext/avl > > and i had the following instruction to install > > Building: > > Unix: > First, cd $(AVL_LIB), then 'make libavl.a' > > Then copy AVLmodule.c into your M

avl tree

2005-05-30 Thread Zunbeltz Izaola
Hi, I'm trying to install avl module from http://www.nightmare.com/squirl/python-ext/avl and i had the following instruction to install Building: Unix: First, cd $(AVL_LIB), then 'make libavl.a' Then copy AVLmodule.c into your Modules directory. add a few lines like this to your Python/Modules