1.

Which method is better backtracking or branch and bound and why ?

Answer»

because The main difference between BACKTRACKING and branch and bound is that the backtracking is an algorithm for capturing some or all solutions to given computational issues, especially for constraint SATISFACTION issues while branch and bound is an algorithm to find the OPTIMAL SOLUTION to many optimization PROBLEMS, ...



Discussion

No Comment Found