Hi folks,
newbie alert.
I want to have a binary tree with a single integer value at each node. I'm looking at BinaryTree() but this seems to have the structure of a tree but without values!!!
Please point me in the right direction. I don't mind creating a class from scratch if I can just make a start.
Thanks Joe