410,971 views
22 votes
22 votes
An ____________ search algorithm tries every possible
solution to find an answer.

User Zehava
by
3.4k points

2 Answers

20 votes
20 votes

Answer:

An optimality empowers search tries every possible solution to find an answer

User Nathan Moinvaziri
by
2.9k points
9 votes
9 votes

Answer:

The algorithm that tries every possible solution is known as Exhaustive Search. Also known as the Brute Force or British Museum algorithm.

Step-by-step explanation:

Exhaustive search is an appealing algorithm-design technique that is widely applicable to search-oriented problems. It always proves correct, given correct generation and checking.

I hope this helps.

User Ryan
by
2.7k points