Class Solution
- java.lang.Object
-
- g2201_2300.s2217_find_palindrome_with_fixed_length.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 long[]
kthPalindrome(int[] queries, int intLength)
-