DS-IQ interview question

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

Interview Answer

Anonymous

5 Aug 2016

I use a breath first algorithm to traverse the graph.