Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help implementing a b-tree in vb!!

Status
Not open for further replies.

pmhs

Programmer
Jun 23, 2002
12
0
0
PT
hi again!
I have this college project that I must deliver monday, and I'm supposed to build a program that allows the user to add names to a linked list. This list must be sorted using a b-tree. Afterwards, the user must have the possibility to select any name from the sorted list and the program has to return the node number that the selected name is in. The user should also have the possibility to remove any name from the list. Naturally, the list must be reorganized, every time the user decides to remove a name.I really could use some help in inplementing this as I have no idea where to start. Can anybody help me?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top