Class Solution
- java.lang.Object
-
- g1001_1100.s1078_occurrences_after_bigram.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 String[]
findOcurrences(String text, String first, String second)
-