1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Dijkstra’s Algorithm is the prime exampl...
Q.

Dijkstra’s Algorithm is the prime example for                        

A. greedy algorithm
B. branch and bound
C. back tracking
D. dynamic programming
Answer» A. greedy algorithm
Explanation: dijkstra’s algorithm is the prime example for greedy algorithms because greedy algorithms generally solve a problem in stages by doing what appears to be the best thing at each stage.

Discussion