Algorithms

What term describes the following? a straightforward problem-solving approach that tries all possible solutions to find the correct one.

Correct answer

C. Brute-force algorithm

Explanation

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