Mark As Completed Discussion

Are you sure you're getting this? Is this statement true or false?

Breadth-first search (BFS) is a graph traversal algorithm that visits all of the direct neighbors of a node before visiting any of its descendants.

Press true if you believe the statement is correct, or false otherwise.