edited by
1,036 views

2 Answers

2 votes
2 votes

I think it’s B. The Floyd–Warshall algorithm also known as Floyd's algorithm, the Roy–Warshall algorithm, the Roy–Floyd algorithm, or the WFI algorithm . Floyd-Warshall algorithm is used to find all pair shortest path problem from a given weighted graph using dynamic programming approach. 

Floyd–Warshall algorithm - Wikipedia

0 votes
0 votes

Floyd Warshall Algorithm- Floyd Warshall Algorithm is a famous algorithm. It is used to solve All Pairs Shortest Path Problem. It computes the shortest path between every pair of vertices of the given graph.

OPTION D

Answer:

Related questions

1 votes
1 votes
3 answers
2
admin asked Apr 1, 2020
1,022 views
An algorithm is made up of two modules $M1$ and $M2.$ If order of $M1$ is $f(n)$ and $M2$ is $g(n)$ then he order of algorithm is$max(f(n),g(n))$$min(f(n),g(n))$$f(n) + g...
1 votes
1 votes
1 answer
3
1 votes
1 votes
1 answer
4
admin asked Apr 1, 2020
1,034 views
A decimal has $25$ digits. The number of bits needed for its equivalent binary representation is approximately,$50$$74$$40$$60$