Which of the following traversing algorithm is not used to traverse in a tree?

2025

Which of the following traversing algorithm is not used to traverse in a tree?

Answer: D. RandomizedAnswer: d Explanation: Generally, all nodes in a tree are visited by using pre-order, in-order and post - order traversing algorithms.

  1. A.

    Post order

  2. B.

    Pre order

  3. C.

    in order

  4. D.

    Randomized

Attempted by 1124 students.

Show answer & explanation

Correct answer: D

Answer: d

Explanation: Generally, all nodes in a tree are visited by using pre-order, in-order and post - order traversing algorithms.

Explore the full course: Amcat Preparation

Loading lesson…