MCQOPTIONS
Saved Bookmarks
| 1. |
Fractional knapsack problem is solved most efficiently by which of the following algorithm? |
| A. | Divide and conquer |
| B. | Dynamic programming |
| C. | Greedy algorithm |
| D. | Backtracking |
| Answer» D. Backtracking | |