Click here to Skip to main content
15,740,620 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
how can i actually create the interface for my binary tree inputting maximum of 10 nodes then as i click the button,the output tree would occur?
Posted
Comments
radlorama 25-Jul-12 20:30pm    
Binary trees ,you can use two char sequences(root-mid-sequence,root-back-sequence or root-mid-sequence,root-back-sequence),and use recursion algorithem
to create one,use gdi draw it out at last
Christian Graus 25-Jul-12 21:12pm    
You should consider that it's not clear if you're using VB6 or VB.NET
Sergey Alexandrovich Kryukov 25-Jul-12 21:56pm    
What exactly language do you mean by "VB"?
--SA
Sergey Alexandrovich Kryukov 25-Jul-12 21:57pm    
What did you try so far? Why that seems to be a problem?
--SA

1 solution

I would create pictures like it is done in "Family Tree" program.
 
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