recategorized by
292 views

2 Answers

0 votes
0 votes
minimum number of nodes = N+1 (When Tree is Skewed Binary Tree)

Maximum number of nodes = 2^(N+1) - 1 (When Tree is Full Binary Tree)

Related questions

3 votes
3 votes
0 answers
2
admin asked Dec 15, 2022
388 views
Count the number of perfect matchings in the bipartite graph whose adjacency matrix $\text{A}$ is as follows.\[\left[\begin{array}{lll}1 & 1 & 0 \\0 & 1 & 1 \\1 & 1 & 1\e...
1 votes
1 votes
1 answer
3
admin asked Dec 15, 2022
316 views
Given a tree $\text{T}$ and $\lambda \geq 2$ colours $\left(c_{1}, c_{2}, \ldots, c_{\lambda}\right),$ how many proper colourings of the tree $\text{T}$ are possible?
1 votes
1 votes
1 answer
4
admin asked Dec 15, 2022
333 views
Simplify the Boolean function $F=W^{\prime} X^{\prime} Y^{\prime}+W X^{\prime} Y^{\prime}+W^{\prime} X Y Z^{\prime}+X^{\prime} Y Z^{\prime}$