Algorithms

In computer science, Brute-force algorithm refers to which of the following?

Correct answer

B. A straightforward problem-solving approach that tries all possible solutions to find the correct one.

Explanation

Brute-force algorithm refers to a straightforward problem-solving approach that tries all possible solutions to find the correct one.