Welcome to Westonci.ca, where your questions are met with accurate answers from a community of experts and enthusiasts. Join our platform to get reliable answers to your questions from a knowledgeable community of experts. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

question 3. a full ternary tree is a tree whose internal nodes each have exactly three children. (a) write a recursive definition for a full ternary tree. (b) write a recursive definition for the number of internal nodes i(t) in a full ternary tree. (c) write a recursive definition for the number of external nodes e(t) in a full ternary tree. (d) write a recursive definition for the total number of nodes n(t) in a full ternary tree.