1. Write a function with the heading: function NoNodes( t : treeptr) : natural whose value is the number of nodes on the tree t.
2. Write a function with the heading: function Equal( t l , t 2 : treeptr) :Boolean which has the value true if t 1 and t 2 have the same structure and the same item at each node.