Class Solution
- java.lang.Object
-
- g1001_1100.s1048_longest_string_chain.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 intfindLongest(String word, List<String>[] lenStr, Map<String,Integer> longest)intlongestStrChain(String[] words)
-