Backtracking uses .....Node generation......Bounding function
Answers
Answered by
0
Answer:
The Backtracking is an algorithmic-technique to solve a problem by an incremental way. It uses recursive approach to solve the problems. We can say that the backtracking is used to find all possible combination to solve an optimization problem.
Similar questions