Skip to content

Sktank/ArrayHopper

Repository files navigation

Traverses an array, A, in the shortest number of hops or returns error code if not possible. At each index, i, we are allowed to hop to any indexes from i to i + A[i].

About

Traverses an array in the shortest number of hops.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages