Class Solution


  • public class Solution
    extends Object
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • findBestValue

        public int findBestValue​(int[] arr,
                                 int target)
      • check

        public int check​(int v,
                         int[] arr,
                         int target)