Board index » delphi » HELP balanced binary tree

HELP balanced binary tree

Does anyone has code (Turbo Pascal, better in OOP) that implements balanced
binary tree ?

 

Re:HELP balanced binary tree


Quote
water...@POBoxes.com wrote:
>Does anyone has code (Turbo Pascal, better in OOP) that implements balanced
>binary tree ?

Hi, I've got two types for you : AVL trees (binary) and B-trees (more than
two children). Mail me if you want them :

e-mail : s795...@dutiwy.twi.tudelft.nl

Ciao,
Menno

Re:HELP balanced binary tree


Quote
In article <4rps04$...@doc.zippo.com> waterman wrote:
>Does anyone has code (Turbo Pascal, better in OOP) that implementsbalanced
>binary tree ?

Follow links from http://members.gnn.com/rdonais/index.html
and download AVL.ZIP

Other Threads