Question: Need this in c++ Write functions to a) Print the tree in post order form b)The number of elements in the tree c) Print the
Write functions to a) Print the tree in post order form b)The number of elements in the tree c) Print the largest value in the tree. Each node in the BST is defined by the following struct 15 pts (5 pts each function) 6. struct TreeNode( Treenode *left; int data; Treenode *right; The function header is : function type xxxx (Treenode T)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
