📚 Practice Mode

Data Structures

Learn at your own pace with hints and detailed explanations

1 / 10
Multiple Choice

Find the number of degree 2 node in a binary tree which is having n leaf nodes.

  1. n - 1
  2. 2n - 1
  3. n + 1
  4. 3n -1
  5. none of these