DS-IQ interview question

The most difficult question was to implement find the shortest path algorithm while traversing a graph.

Interview Answer

Anonymous

Aug 5, 2016

I use a breath first algorithm to traverse the graph.