At 2014-11-18 15:29:08 +0530, Deep Pradhan <pradhandeep1...@gmail.com> wrote:
> Does Bellman-Ford give the best solution?

It gives the same solution as any other algorithm, since there's only one 
correct solution for shortest paths and it's guaranteed to find it eventually. 
There are probably faster distributed algorithms for single-source shortest 
paths, but I'm not familiar with them. As far as I can tell, distributed 
Bellman-Ford is the most widely-used one.

Ankur

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to