MCQOPTIONS
Saved Bookmarks
| 1. |
What is the approach implemented in the following code? |
| A. | greedy approach |
| B. | dynamic programming |
| C. | recursion(divide and conquer) |
| D. | backtrackingView Answer |
| Answer» C. recursion(divide and conquer) | |