Binary Search Tree Nodes Class (VB6) 1.0
Submitted By:
D K Richmond
Rating:





(
Rate It)
Binary Search Tree Nodes Class - an effective and very fast
searching/database storage methodology. A self-contained binary
tree class with a non-gui listbox class to create, search and
maintain key data in a binary tree. This methodology os the
basis for database engines. Have the database power inside your
application. A search of 3, 000 keys will average of 7-11 tree
visits/seeks regardless of the key value. Output all the data
keys in tree in alpha order or reverse alpha order. Extensively
tested for reliabilty and fast response. Root node release,
re-balancing and garbage collection. Extensive notes and a
built-in commented example project/form to build a example
binary trees which output to listbox. Very little emphasis on
recursion so no worries of runaway stack levels.
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
2726
Comments (1)
Missing Member Functions




Posted by: D K Richmond on Thursday, May 05, 2005
There are two member functions that I believe were redundant and were not included. I apoligise to those that have downloaded the class in anticipation of making use of it for database work, I can not alter the current article, so if you would like the missing member functions please email me and I will send them to you directly. D K Richmond.
Add Your Rating