MCQOPTIONS
Saved Bookmarks
| 1. |
An algorithm in which we divide the problem into subproblem and then we combine the subsolutions to form solution to the original problem is known as _________ |
| A. | Brute Force |
| B. | Divide and Conquer |
| C. | GreedyAlgorithm |
| D. | None of the mentioned |
| Answer» C. GreedyAlgorithm | |