⟩ A search algorithm takes _________ as an input and returns ________ as an output. a) Input, output b) Problem, solution c) Solution, problem d) Parameters, sequence of actions
b) Problem, solution
Explanation:
A search algorithm takes input as a problem and returns a solution to the problem as an output.