Computer Science, asked by nandini3723, 11 months ago

Breadth first search is equivalent to which of the traversal in the binary trees

Answers

Answered by Anonymous
1

Breadth First Search is equivalent to which of the traversal in the Binary Trees? Explanation: The Breadth First Search Algorithm searches the nodes on the basis of level. It takes a node (level 0), explores it's neighbors (level 1) and so on.

Similar questions