The given definition describes which of the following terms?
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.
a. Brute-Force
b. Greedy algorithm
c. Dynamic programming
d. Divide and conquer
a. Brute-Force
Computer Science & Information Technology