</>OfferRetriever
DashboardDiscuss
NEW

Spring Hire Sale

Limited Time Deal: Unlock all premium questions for over 30% off

$10.42$7.08

08

:

03

:

09

:

40

Get this deal
Back to Dashboard

OA [CodeSignal] Jump Game

Medium

You are at position i in an array. From each position, you can jump to:

  • i + 1 (one step forward)
  • Any position i + k where k ends in digit 3 (e.g., 3, 13, 23, 33, ...) ...