Exhaustive Search is a fundamental algorithmic strategy that solves a problem by systematically exploring every possible candidate solution in the search space and evaluating each one against the given constraints to find the correct or optimal solution.
It is also known as:
• Brute Force Search
• Generate and Test Method
• Complete Search