Array Disjoint check
May 14, 2023 · 2 min read · Problem : Given an integer array of size N. Write a Program to find whether Arrays are disjoint or not. Two arrays are said to be disjoint if they have no elements in common. Example 1: Sample input 1: 4 2 -4 -1 -3 3 1 3 5 Sample output 1: Disj...
Join discussion













