Match the following.
(a) Completeness (i) How long does it take to find a solution.
(b) Time complexity (ii) How much memory is needed to perform the search.
(c) Space complexity (iii) Is the strategy guaranteed to find a solution?
Please choose one:
A. (a-iii), (b-i), (c-ii)
B. (a-iii), (b-ii), (c-i)
C. (a-i), (b-ii), (c-iii)
D. (a-i), (b-iii), (c-ii)