A

Admin • 833K Points
Coach

Q. For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.

  • (A) true
  • (B) false
  • (C) ---
  • (D) ---

Explanation by: Admin

consider the array {1,2,3,4,5}. it is possible to reach the end in the following ways: {1 -> 2 -> 3 -> 5} or {1 -> 2 -> 4 -> 5}.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.