I am working on a little side progie and would like to use an AVL tree. Anyone know of a code example for height balancing an binary search tree (aka AVL tree) implemented in an array?

Just looking for a quick example/working code with an array implementation in VB before I try to rewrite the function in the morning.


thanks
-jfs