top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Assuming Facebook like social network app, find the shortest friend connection path for a given pair of two people?

0 votes
229 views
Assuming Facebook like social network app, find the shortest friend connection path for a given pair of two people?
posted Dec 10, 2016 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+3 votes

How to find shortest path in a multistage graph using dynamic programming, C/C++ code would be helpful?

0 votes

Given a graph and a source node and destination node, find the number of shortest paths present between source and destination?

0 votes

Given the root of a Binary Tree along with two integer values. Assume that both integers are present in the tree.
Find the LCA (Least Common Ancestor) of the two nodes with values of the given integers.
2 pass solution is easy. You must solve this in a single pass.

...