Vidyalelo
Data Structure · Q387

Miscellaneous on Data Structures

Programming · Data Structure · question 387

Q387

. . . . . . . . enumerates a list of promising nodes that could be computed to give the possible solutions of a given problem.

A.
Exhaustive search
B.
Brute force
C.
Backtracking
Answer
D.
Divide and conquer

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board