Recent questions tagged binary-tree

0 votes
0 answers
91
somewhere we seen that formula-How many binary tree possible without labeled =c(2n,n)/n+1. anybody explain how we get this formula.
1 votes
1 answer
94
The height of a binary tree is defined as the number of nodes in the longest path from root to the leaf node. Let X be the height of a complete binary tree with 256 nodes...
1 votes
0 answers
95
I think its answer is 8 .Please ,can any one make it sure for me :)
0 votes
0 answers
97
0 votes
1 answer
98
3 votes
2 answers
99
The number of BST possible with 6 node numbered 1,2,3,4,5 and 6 with exactly one leaf node
0 votes
1 answer
100
A full binary tree is a tree in which every node other than the leaves has two children. If there are 600 leaves then total number of leaf nodes are?
0 votes
2 answers
104
4 votes
2 answers
105
1 votes
2 answers
106
0 votes
0 answers
108
https://gateoverflow.in/132037/self-doubt-in-binary-search-algoDOUBT : THIS QUESTION 10 ELEMENTS ARE IN ARRAY AND SORTED THEN HOW CAN WE DRAW A BALANCED TREE BECZ IT I...
0 votes
1 answer
109
can anyone share some good resources fot B+ tree deletion?
0 votes
0 answers
110
2 votes
3 answers
111
2 votes
1 answer
112
0 votes
1 answer
114
0 votes
0 answers
115
0 votes
1 answer
116
What is the largest possible number of internal nodes in a red-black tree with black height $4?$
0 votes
0 answers
118
I know the answer. But is there any general FORMULA for it?If yes, please provide the complete derivation of it. In the solution, they used $\rightarrow 2^{h-1}+1.$ I tri...
0 votes
0 answers
119
find the vertical sum of a binary tree. For example,the tree has 5 vertical lines?
0 votes
0 answers
120
Consider 4 labeled 1,2,3,4. The number of distinct binary tree possible such that whose inorder traversal is 1,2,3,4 are ........