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!

Array of Pointers in B Tree

Status
Not open for further replies.

wminghao

Programmer
May 29, 2000
24
0
0
US
Hi,

I am implementing an B tree ADT. But I cannot figure out how to store an array of Pointers for the internal node of B tree.

I used a class called

template <class Object>
class OrderedList

to store the keys or records in a ORDERED LIST

But I cannot store pointers in a ORDERED LIST.

Any ideas how to create such a datastructure.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top