Question:

Which of the following is not an algorithmic strategy?

Show Hint

The secant method is used for finding the roots of equations and is not typically referred to as an algorithmic strategy.
Updated On: May 3, 2025
  • Dynamic programming
  • Greedy method
  • Secant method
  • Branch and bound
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The secant method is a root-finding algorithm used in numerical analysis, but it is not classified as an algorithmic strategy like dynamic programming, greedy methods, or branch and bound. These latter methods are common algorithmic strategies used to solve optimization problems.
Thus, the correct answer is \( \text{Secant method} \).
Was this answer helpful?
0
0