1.0 marks
Breadth first search uses
as an auxiliary to hold for future processing.
Graph
Queue
Linked List
Stack
Answers
Answered by
0
Answer:
1.0 marks
Breadth first search uses
as an auxiliary to hold for future processing.
Graph
Queue
Linked List
Stack
Reason:
Queue is the data structure used by breadth first search as an auxiliary structure to hold nodes for future processing. 136. Reason: In the Kruskal’s algorithm, for the construction of minimal spanning tree for a graph, the selected edges always form a forest.
Similar questions