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. Randomized — Answer: d Explanation: Generally, all nodes in a tree are visited by using pre-order, in-order and post - order traversing algorithms.
- A.
Post order
- B.
Pre order
- C.
in order
- 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.
Loading lesson…