Hi, has anyone got any suggestions on how to visualise a binary tree in Java... I only have basic Java knowledge so something simple is much appreciated....Thank you very much....
Printable View
Hi, has anyone got any suggestions on how to visualise a binary tree in Java... I only have basic Java knowledge so something simple is much appreciated....Thank you very much....
Hi pal!
What do you mean by visualizing it? Do you mean to meet each parent or leaf of the tree? in which way? prefix, infix or postfix?:confused: