How can I print a binary tree in Java so that the output is like: 4 / \ 2 5 My node: public cla
In Java, arrays don't override toString(), so if you try to print one directly, you get the className + &