What is the traversal strategy used in the binary tree?

Q & ACategory: Data StructureWhat is the traversal strategy used in the binary tree?
Admin Staff asked 4 years ago

What is the traversal strategy used in the binary tree?
a) depth-first traversal
b) breadth-first traversal
c) random traversal
d) Priority traversal

1 Answers
Admin Staff answered 4 years ago

b) breadth-first traversal