Which one of the following techniques is not used in the Binary tree?

2024

Which one of the following techniques is not used in the Binary tree?

  1. A.

    Randomized traversal

  2. B.

    Preorder traversal

  3. C.

    Postorder traversal

  4. D.

    Inorder traversal

Attempted by 439 students.

Show answer & explanation

Correct answer: A

Answer: a

Explanation: The answer is a. The binary tree contains three traversal techniques, preorder, postorder and inorder traversal.

Explore the full course: Coding For Placement