How to count nodes in a binary tree stored in MySql in it's left and right and dynamically respond on new addition of node
Posted by: Omkar Khalipe
Date: July 02, 2016 07:59AM

Hello there,
I am creating a Binary Structure for a project.The Parent node must be aware of it's two children and all their children further. So if a node wishes to see it's children,grandchildren and so forth they should be able to see them. What is the best way to tackle this problem.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.