Class Solution
- java.lang.Object
-
- g2101_2200.s2108_find_first_palindromic_string_in_the_array.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfirstPalindrome(String[] words)static booleanisPalindrome(String s)
-