A Algorithm and an approach to Search for particular thing (Short Explanation)
In computer science, brute-force search or exhaustive search, also known as generate and test, is a very general problem-solving technique and algorithmic paradigm that consists of systematically enumerating all possible candidates for the solution and checking whether each candidate satisfies the problem’s statement. ~Wiki says
An Example of Brute-Force Approach
Watch the below video : recommended