Which of the following properties are obeyed by all three tree – traversals?

Q & ACategory: Data StructureWhich of the following properties are obeyed by all three tree – traversals?
Admin Staff asked 4 years ago

Which of the following properties are obeyed by all three tree – traversals?
a) Left subtrees are visited before right subtrees
b) Right subtrees are visited before left subtrees
c) Root node is visited before left subtree
d) Root node is visited before right subtree

1 Answers
Admin Staff answered 4 years ago

a) Left subtrees are visited before right subtrees