Search results for graph-search

12 votes
4 answers
21
1 votes
0 answers
22
Consider the following graph.How many nodes (apart from $s$) does the Breadth First Search algorithm discover before discovering $t$ when starting from $s$.
34 votes
4 answers
24
29 votes
5 answers
27
0 votes
1 answer
30
HOW CAN WE GET A CROSS EDGE WHILE PERFORMING A BFS ON UNDIRECTED AND DIRECTED GRAPH CAN ANYONE SHOW WITH AN EXAMPLE?
10 votes
8 answers
31
Which of the following data structure is useful in traversing a given graph by breadth first search?StackQueueListNone of the above
4 votes
2 answers
33
Which of the following is application of Breath First Search on the graph?Finding diameter of the graphFinding bipartite graphBoth (a) and (b)None of the above
0 votes
1 answer
34
1 votes
2 answers
35
2 votes
3 answers
39
The max possible height of BFS tree , if BFS is run on a complete bipartite graph Km,n where m>=1 , n>=1 with starting vertex S is