Skip to content

You'll receive a jumps array as input. Each index stores the maximum islands you can jump ahead from the current island. You need to find the least number of moves needed to reach the last island and return jump to be taken on each island

Notifications You must be signed in to change notification settings

saumya-mendiratta/Jump-Froggy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greedy Leaps Game

Problem Statement :

You'll receive a jumps array as input. Each index stores the maximum islands you can jump ahead from current island. You need to find least number of moves needed to reach the last island and return jump to be taken on each island

About

You'll receive a jumps array as input. Each index stores the maximum islands you can jump ahead from the current island. You need to find the least number of moves needed to reach the last island and return jump to be taken on each island

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published