Examveda

Choose the correct statement from the following.

A. branch and bound is more efficient than backtracking

B. branch and bound is not suitable where a greedy algorithm is not applicable

C. branch and bound divides a problem into at least 2 new restricted sub problems

D. backtracking divides a problem into at least 2 new restricted sub problems

Answer: Option C


Join The Discussion

Related Questions on Graph Algorithms (DFS, BFS, Dijkstras, etc)