Class Solution
- java.lang.Object
-
- g1301_1400.s1389_create_target_array_in_the_given_order.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 int[]createTargetArray(int[] nums, int[] index)
-