jump_game_challenge_solution/README.md
2024-08-06 14:29:26 +02:00

646 B

Jump game as a coding challenge

This challenge was invented by google. This code base serves as a solution to this problem

The problem is described and can be tested on leetcode under the following link:

https://leetcode.com/problems/jump-game/description/

Tests

There is a number of unit tests with test cases. These test cases were derived from the given examples on leetcode and failed submissions of previously flawed solutions.

Status

This solution passes the submission

Current best on leet code with the commit 4def379400

current_best_on_leet_code