Question: Please have complete by tonight. Write the following functions and add them to the BST class that was explained in the class: a) A function
Please have complete by tonight.

Write the following functions and add them to the BST class that was explained in the class: a) A function to count the number of nodes in a binary tree b) A function to count the number of leaves c) A function to find the height of the tree Test your functions and include your source code and screenshots of the testing results. Consider the following binary tree shown below. a) List the nodes of this binary tree in an inorder sequence. b) List the nodes of this binary tree in a preorder sequence. c) List the nodes of this binary tree in a postorder sequence. The nodes in a binary tree in preorder and inorder sequences are as follows: Preorder: A B C D E F G H I J K L M Inorder: C E D F B A H J I K G M L Draw the binary tree. Apply the function balance () given in the textbook to the English alphabet to create a balanced tree and draw binary tree
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
