Which of the following graph traversals closely imitates level order traversal of a binary tree?

Q & ACategory: Data StructureWhich of the following graph traversals closely imitates level order traversal of a binary tree?
Admin Staff asked 4 years ago

Which of the following graph traversals closely imitates level order traversal of a binary tree?
a) Depth First Search
b) Breadth First Search
c) Depth & Breadth First Search
d) Binary Search

1 Answers
Admin Staff answered 4 years ago

b) Breadth First Search