Solved

Which of the Following Statements About the Three Tree Traversal

Question 29

Multiple Choice

Which of the following statements about the three tree traversal schemes studied is correct?


A) Preorder traversal is used for evaluating arithmetic expression trees on a stack-based calculator.
B) Postorder traversal is used for evaluating arithmetic expression trees on a stack-based calculator.
C) Preorder traversal is used for removing file directories by removing subdirectories first.
D) Postorder traversal is used for copying file directories.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions