Class Solution
- java.lang.Object
-
- g2301_2400.s2400_number_of_ways_to_reach_a_position_after_exactly_k_steps.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intnumberOfWays(int startPos, int endPos, int k)
-