EASY
Earn 100

The difference between the external path length and the internal path length of a binary tree with n internal nodes is?
(a)2n +1
(b)2n -1
(c)n+1
(d)2n

50% studentsanswered this correctly
Important Questions on Data Structure
MEDIUM

HARD

EASY

MEDIUM

HARD

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

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

EASY

HARD

EASY

HARD

HARD

EASY

HARD

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

MEDIUM

HARD

EASY

