1.

A node is said to be ____________ if it has a possibility of reaching a complete solution.(a) Non-promising(b) Promising(c) Succeeding(d) PrecedingThe question was asked in my homework.My doubt stems from Backtracking topic in chapter Backtracking of Data Structures & Algorithms II

Answer»

Correct OPTION is (b) PROMISING

For explanation: If a node has a possibility of reaching the FINAL solution, it is called a promising node. Otherwise, it is non-promising.



Discussion

No Comment Found

Related InterviewSolutions