Binary Tree Class
Category:
Lists, Collections and ArraysType:
ClassesDifficulty:
IntermediateAuthor:
Muhammad AbubakarVersion Compatibility:
More information:
A binary tree is a data structure with nodes that include no more than two linked nodes. They are often used for sorting data.
This VB implementation of a binary tree class includes a word document explaining the concept in more detail and a sample .vbp that uses the class.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download btrees.zip