Challenge 2: Check if Arrays are Disjoint
Building upon the previous challenge, you will learn how to check if two arrays are disjoint.
Problem statement
You have to implement the bool isDisjoint(int[] arr1, int[] arr2, int size1, int size2)
function, which checks whether two given arrays are “disjoint” or not.
Two arrays are ...
Access this course and 1400+ top-rated courses and projects.