• recategorized by
601 views

Please log in or register to answer this question.

Position:
Show:

Related questions

2 2 votes
1 answers 1 answer
1.0k
1.0k views
sushmita asked Oct 3, 2018
1,023 views
While doing BFS , at any time in queue suppose there are r vertices v1,v2,v3.....vr with v.d as the distance from the source.Then according to me at any time in a queue,v...
0 0 votes
1 1 answer
3.0k
3.0k views
go_editor asked Nov 20, 2020
3,017 views
Which of the following statements are true?Minimax search is breadth-first; it processes all the nodes at a level before moving to a node in next level.The effectiveness ...
2 2 votes
2 2 answers
2.1k
2.1k views
admin asked Mar 30, 2020
2,055 views
What are the appropriate data structures for graph traversal using Breadth First Search(BFS) and Depth First Search(DFS) algorithms?Stack for BFS and Queue for DFSQueue f...