Glossary

Brute force

Brute force is the strategy of solving a problem computationally by trying a huge range of possible solutions with little regard for the quality of those solutions.

Although it represents the most superficially naive approach to problem solving, many computational problems do not possess any algorithms that substantially improve on brute-force approaches.

Wikipedia