InterviewSolution
Saved Bookmarks
| 1. |
Backtracking algorithm is implemented by constructing a tree of choices called as?(a) State-space tree(b) State-chart tree(c) Node tree(d) Backtracking treeThis question was posed to me by my school principal while I was bunking the class.Question is from Backtracking in chapter Backtracking of Data Structures & Algorithms II |
|
Answer» Right option is (a) State-space TREE |
|