I kno this is a general question.. but what should i be lookin for when trying to convert a "tree that is implemented with a array to hold the children" to use a linked list instead.

I assume i will need to modify the member functions to use the "linked list toolkit(???)".

akira