EASY
Earn 100

Four statements about B-trees are given below. Three of them are correct. Which one is INCORRECT?
(a)All B-trees are also search trees
(b)The word B-tree stands for balanced tree
(c)The word B-tree also stands for binary tree
(d)All leaves of a B-tree must be on the same level

50% studentsanswered this correctly
Important Questions on Data Structure
MEDIUM

HARD

EASY

HARD

EASY

HARD

MEDIUM

MEDIUM
Let's use the "TreeNode" class defined in our coursework file. Assuming that we need to create a tree like given below, which of the following code is/are correct?

HARD

HARD

MEDIUM

EASY

HARD
State true or false:
I. A node is a parent if it has successor nodes.
II. A node is child node if out degree is one.

MEDIUM

EASY

HARD

EASY
Which of the following heap is formed by entering the following series of the values:
and .
.

MEDIUM

HARD

HARD

