0 votes
in Data Structures & Algorithms by

Which data structure is used in breadth first search of a graph to hold nodes?

a) stack

b) queue

c) tree

d) array

1 Answer

0 votes
by
b) queue
...