Commit graph

5 commits

Author SHA1 Message Date
boolpurist
36ecf4affa Improved runtime by about 45 ms for leetcode submission
Adjusted start interval from all jumps steps to only jumps height
which exceed the greatest vested index.
This adjustment also removed one addition statement
2024-08-06 13:33:48 +02:00
boolpurist
4b3ff681fe Ensured correctness by using a dequeue for subsequent path walking 2024-08-06 11:11:43 +02:00
BoolPurist
5dd43ae14d Added License 2024-08-06 10:29:36 +02:00
BoolPurist
f16c2aa665 Added documentation 2024-08-06 10:24:46 +02:00
BoolPurist
39c3fae613 Solved game jump from leet code 2024-08-06 10:01:55 +02:00