Package g0901_1000.s0975_odd_even_jump
Class Solution
-
- All Implemented Interfaces:
public final class Solution
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
Modifier and Type Method Description final Integer
oddEvenJumps(IntArray arr)
-
-
Method Detail
-
oddEvenJumps
final Integer oddEvenJumps(IntArray arr)
-
-
-
-