Computer Science, asked by Pooranjoy8526, 9 months ago

Backtracking uses .....Node generation......Bounding function

Answers

Answered by missNAV143957
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