Recent questions tagged binary-tree

0 votes
1 answer
31
Can we determine unique tree by Inorder and level order traversal .
0 votes
1 answer
33
In a binary tree, the number of internal nodes of degree $1$ is $5$, and the number of nodes of degree $2$ is $10$. The number of leaf nodes in binary tree is:$10$$11$$12...
0 votes
1 answer
35
what is the average-case time complexity for finding the height of the Binary tree.