Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged binary-tree
0
0 votes
2
2 answers
1.0k
1.0k views
NIELIT 2021 Dec Scientist A - Section B: 47
Suppose a binary search tree has been constructed from the following sequence of numbers in the order in which they arrive : $6, 2, 10, 1, 5, 7, 11, 3, 9, 4, 8.$ Consider...
soujanyareddy13
1.0k
views
asked
Jan 9, 2022
Data Structures
nielit2021dec-scientista
binary-search-tree
tree
binary-tree
data-structures
programming-in-c
+
–
0
0 votes
1
1 answer
642
642 views
NIELIT 2021 Dec Scientist A - Section B: 76
When the left sub-tree of the tree is one level higher than that of the right sub-tree, then the balance factor is _____________ .$0$$1$$-1$$2$
soujanyareddy13
642
views
asked
Jan 9, 2022
Data Structures
nielit2021dec-scientista
data-structures
binary-tree
+
–
0
0 votes
1
1 answer
476
476 views
NIELIT 2021 Dec Scientist A - Section B: 78
Total number of nodes at the $\text{n}^{th}$ level of a full binary tree can be given as _______________ .$\text{2n+1}$$\text{2n}^{2}$$2^\text{n}$$\text{2n-1}$
soujanyareddy13
476
views
asked
Jan 9, 2022
Data Structures
nielit2021dec-scientista
binary-tree
data-structures
+
–
1
1 vote
1
answers
1 answer
2.3k
2.3k views
Made Easy Test
Suppose there are $11$ nodes in a binary tree. Find the number of unlabeled binary trees if the number of nodes either in the left sub tree or in the right sub tree is di...
Nishisahu
2.3k
views
asked
Dec 25, 2021
Data Structures
data-structures
binary-tree
made-easy-test-series
numerical-answers
+
–
0
0 votes
1
1 answer
569
569 views
Testbook Test Series
rsansiya111
569
views
asked
Dec 17, 2021
Data Structures
testbook-test-series
binary-tree
+
–
0
0 votes
0
0 answers
468
468 views
NIELIT 2021 Dec Scientist B - Section B: 90
A binary tree of depth $\text{K}$ is called a full binary tree of depth $\text{K},$ if it has exactly _____________ nodes.$\text{K}$$2^{\text{k}}$$2^{\text{k}} – 1$$2^{\t...
soujanyareddy13
468
views
asked
Dec 7, 2021
Data Structures
nielit2021dec-scientistb
binary-tree
data-structures
+
–
0
0 votes
0
0 answers
644
644 views
NIELIT 2021 Dec Scientist B - Section B: 120
Let $\text{B}_{n}$ denote the number of full binary trees with $n$ vertices. Then a recurrence relation for $\text{B}_{n}$ is $:$$\text{B}_{n} = \text{B}_{n-1} + \text{O}...
soujanyareddy13
644
views
asked
Dec 7, 2021
Theory of Computation
nielit2021dec-scientistb
recurrence-relation
binary-tree
data-structures
algorithms
+
–
56
56 votes
5
answers
5 answers
24.9k
24.9k views
GATE CSE 2021 | Set 2 | Question: 16
Consider a complete binary tree with $7$ nodes. Let $A$ denote the set of first $3$ elements obtained by performing Breadth-First Search $\text{(BFS)}$ starting from the ...
Arjun
24.9k
views
asked
Feb 18, 2021
Data Structures
gatecse-2021-set2
numerical-answers
data-structures
binary-tree
one-mark
+
–
1
1 vote
3
3 answers
4.6k
4.6k views
UGC NET CSE | October 2020 | Part 2 | Question: 23
A complete $n$-ary tree is a tree in which each node has $n$ children or no children. Let $I$ be the number of internal nodes and $L$ be the number of leaves in a complet...
go_editor
4.6k
views
asked
Nov 20, 2020
Data Structures
ugcnetcse-oct2020-paper2
data-structures
binary-tree
+
–
3
3 votes
2
2 answers
1.3k
1.3k views
NIELIT 2016 MAR Scientist C - Section C: 31
A full binary tree with $n$ non-leaf nodes contains$\log_ 2 n$ nodes$n+1$ nodes$2n$ nodes$2n+1$ nodes
admin
1.3k
views
asked
Apr 2, 2020
Data Structures
nielit2016mar-scientistc
data-structures
binary-tree
+
–
2
2 votes
1
1 answer
1.4k
1.4k views
NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 2
The height of a binary tree is the maximum number of edges in any root to leaf path. The maximum number number of nodes in a binary tree of height $h$ is $2^{h}$$2^{h-1} ...
admin
1.4k
views
asked
Apr 1, 2020
Data Structures
nielit2017oct-assistanta-it
data-structures
binary-tree
+
–
2
2 votes
2
2 answers
1.5k
1.5k views
NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 20
The number of possible binary trees with $4$ nodes is$12$$13$$14$$15$
admin
1.5k
views
asked
Apr 1, 2020
Data Structures
nielit2017oct-assistanta-it
data-structures
binary-tree
+
–
2
2 votes
2
2 answers
3.9k
3.9k views
NIELIT 2017 DEC Scientific Assistant A - Section B: 18
In a full binary tree number of nodes is $63$ then the height of the tree is :$2$$4$$3$$6$
admin
3.9k
views
asked
Mar 31, 2020
Data Structures
nielit2017dec-assistanta
data-structures
binary-tree
+
–
2
2 votes
1
1 answer
1.8k
1.8k views
NIELIT 2016 MAR Scientist B - Section C: 18
Traversing a binary tree first root and then left and right subtrees called ______ traversal.postorder.preorder.inorder.none of these.
admin
1.8k
views
asked
Mar 31, 2020
Data Structures
nielit2016mar-scientistb
data-structures
binary-tree
tree-traversal
+
–
4
4 votes
1
1 answer
2.6k
2.6k views
NIELIT 2016 DEC Scientist B (IT) - Section B: 13
The number of unused pointers in a complete binary tree of depth $5$ is:$4$$8$$16$$32$
admin
2.6k
views
asked
Mar 31, 2020
Data Structures
nielit2016dec-scientistb-it
data-structures
binary-tree
+
–
1
1 vote
5
5 answers
4.6k
4.6k views
NIELIT 2016 DEC Scientist B (CS) - Section B: 15
Which of the following need not be a binary tree?Search treeHeapAVL treeB tree
admin
4.6k
views
asked
Mar 31, 2020
Data Structures
nielit2016dec-scientistb-cs
data-structures
binary-tree
+
–
Page:
« prev
1
2
3
4
5
6
7
8
9
10
...
14
next »