Binary Trees and Traversals - Complexity Analysis - Problem Set
Download Q&A
Q. If a binary tree has 15 nodes, what is the maximum height of the tree?
Q. In a binary tree, how many nodes can be at the maximum level 'h'?
Q. In a complete binary tree, how many nodes are there at the last level if the total number of levels is 'h'?
Q. Which of the following is NOT a valid binary tree traversal method?
Q. Which traversal method visits nodes in the order: left, root, right?
Showing 1 to 5 of 5 (1 Pages)