n-ary tree

  • Thread starter Thread starter William Stacey [MVP]
  • Start date Start date
Hi William,

Does the link arjang provided make sense to you? Do you still have concern
on this issue?

Please feel free to feedback. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
That series is good, but does not include a n-ary tree like treeview. I
just made one myself to handle hierarchical namespace. Cheers
 
Hi William,

Thanks for your feedback.

I am glad you have writen one yourself. Actually, to write a n-ary tree the
key point is not the language, it is the algorithm, once you understand the
algorithm, I think it will be no hard to implement out.

If you need further help, please feel free to post. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
True. The treeview was a good model. I just used it almost one for one.
Generics, I think, will help with doing these kind of collections.
 
Back
Top