Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

i want to develop a non binary tree using C3.net 3.5, sometihng similar to family tree, can it be done in C#.net?

Posted
Updated 18-Sep-17 1:21am

Is this what you are looking for?

A Generic Tree Collection[^]

Nick

 
Share this answer
 
I assume you mean a tree in which each node can have more than 2 children? If so, then yes, and I'm sure there must be a Code Project article on an n-ary tree.
 
Share this answer
 
Thanks for your response, i tried searching in code project for "n-ary tree" but found non :(
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900