Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • powerfulIntegers

        public List<Integer> powerfulIntegers​(int x,
                                              int y,
                                              int bound)