Board index » delphi » Binary trees (better than AVL) source available

Binary trees (better than AVL) source available

I discovered a way to balance trees without having an extra data field
in each node. It is written in object Pascal and creates abstract types
that can be used to setup a self- balancing data tree. I would like to
share if there is an interest.
 

Re:Binary trees (better than AVL) source available


Go for it!
Quote
On Mon, 15 Apr 1996, JHNSNIHB wrote:
> I discovered a way to balance trees without having an extra data field
> in each node. It is written in object Pascal and creates abstract types
> that can be used to setup a self- balancing data tree. I would like to
> share if there is an interest.

Re:Binary trees (better than AVL) source available


Quote
JHNSNIHB <JHNSN...@metrolink.net> wrote:

:>I discovered a way to balance trees without having an extra data
field
:>in each node. It is written in object Pascal and creates abstract
types
:>that can be used to setup a self- balancing data tree. I would like
to
:>share if there is an interest.

Im interested. Post me or follow-up the article with any attachment

Other Threads