What do you mean by breadth first search (bfs)?



What do you mean by breadth first search (bfs)?..

Answer / Vibhav Vikram Singh Chauhan

Breadth First Search (BFS) is a graph traversal algorithm that explores all the vertices of a graph in breadth-first order, i.e., it discovers all the neighbors of a vertex before moving on to its children.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

In what order the elements of a hashset are retrieved?

1 Answers  


What is stack algorithm?

1 Answers  


Differentiate between the singly linked list and doubly linked list.

1 Answers  


What is the difference between ienumerable and list?

1 Answers  


Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?

1 Answers  


Why is hashset not ordered?

1 Answers  


How to check array contains value or not?

1 Answers  


applications of stacks and their uses?

1 Answers   Mind Tree, Samsung,


A list is ordered from smaller to largest when a sort is called. Which sort would take the shortest time to execute?

17 Answers  


Write the advantage of separate chaining?

1 Answers  


Can treemap key null?

1 Answers  


How many types of arrays are there?

1 Answers  


Categories