Google Interview Question

Given a social network as a graph, return the closest path to a given node from a given node.

Interview Answer

Anonymous

Oct 21, 2015

Standard Breath First Search on a social network.