Multiple choice

Which of the following algorithms simply tries all possibilities until a satisfactory solution is found?

  1. Probabilistic Algorithm

  2. Brute Force Algorithm

  3. Simple Recursive Algorithm

  4. Divide and Conquer Algorithm

  5. Pseudocode

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

It simply tries all possibilities until a satisfactory solution is found.