retagged by
461 views
0 votes
0 votes

retagged by

1 Answer

0 votes
0 votes
both are not true. for statement I concerning BST inorder with preorder/post order is required. for statement II, each node has at most TWO children mean node may have one child also. In such a CASE NO OF LEAVE NODES MAY NOT EXPRESSED IN POWER OF 2.

Related questions

2 votes
2 votes
2 answers
2
GO Classes asked Feb 4
334 views
Consider a binary tree. Among the following traversal combinations, which of them can uniquely construct the tree?Inorder + PreorderPreorder + PostorderOnly InorderInorde...
2 votes
2 votes
1 answer
3