Question 1185 – Nielit Scientist-B CS 22-07-2017
Which of the following standard algorithms is not Dynamic Programming based?
Correct Answer: D
Question 38 Explanation:
Prim’s minimum spanning tree is following greedy technique.
Bellman ford algorithm for single source shortest path
floyd Warshall for all pairs shortest paths
0-1 knapsack problem
Prim’s minimum spanning tree