1. A computational algorithm that systematically enumerates all possible solutions to find the correct answer, without using optimization techniques
The programmer used brute force search to find all combinations of the password.
O programador usou busca bruta para encontrar todas as combinações da senha.
2. An exhaustive search method that checks every possibility until a solution is found
Brute force search is simple but inefficient for large datasets.
A busca bruta é simples, mas ineficiente para grandes conjuntos de dados.