Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
im a beginner in programming and im currently working on deleting a node in my binary tree. im using VB 2005 with the use of GDI that draws out the binary tree.How can i actually delete a node of my choice in programming?
Posted
Comments
Sergey Alexandrovich Kryukov 17-Aug-12 20:47pm    
The question makes no sense at all. We don't know what have you done so far.
--SA
[no name] 17-Aug-12 21:40pm    
As a "beginner" you should be aware that we cannot see your code, your project, your hard drive or read your mind. We could not possibly know what it is that you have done to draw your "tree" much less give you any kind of guidance for how to delete anything.

1 solution

The question makes no sense at all. It depends on how you started to implement the rest of it. There is no secrets or something, it's just your design of your code, deletion on a node is a small part of it. This is just a piece of work you have to do yourself. If you want anyone to do your job for you, it would hardly work and won't really help you.

There is no a way to answer this question in further detail. If you can make a sample code where you have a particular problem, please ask about it; we well gladly help you.

—SA
 
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