You are viewing a single comment's thread. Return to all 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.
Between Two Sets
You are viewing a single comment's thread. Return to all 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
start from max elemeny of first array to min element of next array and validate number with both condition.