What's an easiest way to check whether or not 2 arrays have at least one element in common? Using numpy is possible, but not necessarily.
The code I've found so far only checks for the concrete common elements. Whereas I need only to check True or False condition.