70.3k views
4 votes
An ____________ search algorithm tries every possible
solution to find an answer.

User Roxerio
by
4.6k points

2 Answers

3 votes

Answer:

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

User N Kaushik
by
4.6k points
4 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 Futureshocked
by
4.0k points