The average case time complexity is
O(V+E)
and the auxiliary space complexity is O(V)
Refer the article for more details and implementations.
Share your thoughts or ask any questions below.
This is a companion discussion topic for the original entry at http://iq.opengenus.org/breadth-first-search/