1.

___________ 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(d) Divide and conquerI have been asked this question by my college director while I was bunking the class.The doubt is from Backtracking in portion Backtracking of Data Structures & Algorithms II

Answer»

The correct answer is (C) Backtracking

Explanation: Backtracking is a GENERAL algorithm that EVALUATES partially CONSTRUCTED candidates that can be DEVELOPED further without violating problem constraints.



Discussion

No Comment Found

Related InterviewSolutions