1. Write a post order traversal function for general trees, similar to the preorder traversal function named print given in Section 6.1.2.
2. Write a function that takes as input a general tree and returns the number of nodes in that tree. Write your function to use the Gen Tree and GT Node ADTs of Figure 6.2.
![1372_42f0f286-e3ed-4aca-8cde-09220a6b6bcd.png](https://secure.tutorsglobe.com/CMSImages/1372_42f0f286-e3ed-4aca-8cde-09220a6b6bcd.png)