in Algorithms recategorized by
3,928 views
3 votes
3 votes

Which of the following statements is true for Branch-and-Bound search?

  1. Underestimates of remaining distance may cause deviation from optimal path
  2. Overestimates can't cause right path to be overlooked
  3. Dynamic programming principle can be used to discard redundant partial paths
  4. All of the above
in Algorithms recategorized by
3.9k views

1 Answer

0 votes
0 votes

ans is c is correct answer

FOR MORE https://en.wikipedia.org/wiki/Branch_and_bound

Answer:

Related questions