Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • getMaxRepetitions

        public int getMaxRepetitions​(String s1,
                                     int n1,
                                     String s2,
                                     int n2)