CS 256 - Tree Problems
Write a function
count_nodes
in our Binary Tree class that returns the number of nodes in a binary tree.
Write the
postorder
method for our binary tree.
Write the
inorder
method for our binary tree.
Self Check p 314; 2, 3