Which of the given statement is true about Breadth First Search??
A. Beginning from a node all tha adjascent nodes are traversed first.
B. Beginning from a node, each adjacent node is fully explored before traversing the next adjacent
node
C. Beginning from a node, the nodes are traversed in cyclic order
D. None of the above
Answer: Option A