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?
Answer: A. Randomized traversal — Answer: a Explanation: The answer is a. The binary tree contains three traversal techniques, preorder, postorder and inorder traversal.
- A.
Randomized traversal
- B.
Preorder traversal
- C.
Postorder traversal
- D.
Inorder traversal
Attempted by 891 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.
Loading lesson…