• + 0 comments

    Hi All

    After lot of triel i found the exact key point to solve this problem and key point is we need to check interger from range

    for(int i = a.Max() ; i<= b.Min() ;i++){ }

    start from max elemeny of first array to min element of next array and validate number with both condition.