MCQOPTIONS
Saved Bookmarks
| 1. |
For which of the following inputs would Kadane’s algorithm produce the CORRECT output?$ |
| A. | {0,1,2,3} |
| B. | {-1,0,1} |
| C. | {-1,-2,-3,0} |
| D. | All of the mentioned |
| Answer» E. | |