I have created a arrayQueue and binaryTreeTraversal class that has different traversal methods, both of these classes work
I have got my BinaryTreeNode class
public class BinaryTreeNode { } }
I basically want to print out A+B in the traversal, but when i compile it says actual and formal argument lists differ in length.
Is this to do with my BinaryTreeNode class?
Thanks very much