Package com_github_leetcode
Class CommonUtils
java.lang.Object
com_github_leetcode.CommonUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancompareArray(int[] arr1, int[] arr2) static booleancompareArray(List<Integer> arr1, List<Integer> arr2) static booleanstatic int[][]static int[][]
-
Constructor Details
-
CommonUtils
public CommonUtils()
-
-
Method Details
-
compareArray
public static boolean compareArray(int[] arr1, int[] arr2) -
compareArray
-
compareMatrix
-
convertLeetCodeRegularRectangleArrayInputIntoJavaArray
-
convertLeetCodeIrregularLengths2DArrayInputIntoJavaArray
-