Challenge: Check if Lists are Disjoint
Try to solve the Check if Lists are Disjoint problem.
We'll cover the following
Statement
Given two lists, determine whether or not they are disjoint.
Note: Lists are disjoint if they have no common element between them.
Constraints:
-
list1.length
,list2.length
-
lst[i]
Examples
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.