mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
@@ -64,8 +64,8 @@ export const arrayJumpingGame: Pick<
|
|||||||
"i to i+n.",
|
"i to i+n.",
|
||||||
"\n\nAssuming you are initially positioned",
|
"\n\nAssuming you are initially positioned",
|
||||||
"at the start of the array, determine the minimum number of",
|
"at the start of the array, determine the minimum number of",
|
||||||
"jumps to reach the end of the array.\n\n",
|
"jumps to reach the last index.\n\n",
|
||||||
"If it's impossible to reach the end, then the answer should be 0.",
|
"If it's impossible to reach the last index, then the answer should be 0.",
|
||||||
].join(" ");
|
].join(" ");
|
||||||
},
|
},
|
||||||
difficulty: 3,
|
difficulty: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user