McqMate
Q. |
For any array, given that at most one element is non-zero, it is ALWAYS possible to reach the end of the array using minimum jumps. |
A. | true |
B. | false |
Answer» B. false | |
Explanation: consider the array {1,0,2,3,4}. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet