edited by
9,053 views

2 Answers

Best answer
27 votes
27 votes
Answer is $(A)$ because Floyd Warshall algorithm is used to find all shortest paths which is a dynamic programming approach.
edited by
Answer:

Related questions

26 votes
26 votes
3 answers
1
Kathleen asked Sep 25, 2014
9,315 views
In a resident – OS computer, which of the following systems must reside in the main memory under all situations?AssemblerLinkerLoaderCompiler
4 votes
4 votes
3 answers
2
Kathleen asked Sep 25, 2014
4,467 views
The address space of $8086$ CPU isone Megabyte$256$ Kilobytes$1 \;\text{K}$ Megabytes$64$ Kilobytes
26 votes
26 votes
3 answers
3
Kathleen asked Sep 25, 2014
7,741 views
Give the correct matching for the following pairs: $$\begin{array}{ll|ll}\hline \text{(A)} & \text{$O (\log n)$} & \text{(P)} & \text{Selection} \\\hline \text{(B)} & \t...
25 votes
25 votes
7 answers
4
khushtak asked Feb 14, 2017
6,938 views
Consider the following table:$$\begin{array}{|l|}\hline \textbf {Algorithms} & \textbf{Design Paradigms } & \\\hline \text{P. Kruskal} & \text{i. Divide and Conquer} \...