Introduction - If you have any usage issues, please Google them yourself
Create a binary tree class. Binary tree using linked list storage structure. Provides operations: pre-order traversal, inorder traversal, postorder traversal, traverse levels to calculate the number of binary tree nodes to calculate binary tree height.