1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Bellmann Ford Algorithm is an example fo...
Q.

Bellmann Ford Algorithm is an example for                          

A. dynamic programming
B. greedy algorithms
C. linear programming
D. branch and bound
Answer» A. dynamic programming
Explanation: in bellmann ford algorithm the shortest paths are calculated in bottom up manner which is similar to other dynamic programming problems.

Discussion