ko1/rubyhackchallenge

Array#overlap?(array)

Opened this issue · 1 comments

Semantically equivalent to (array1 & array2).any? but doesn't create an intermediate array & can return as soon as one element in common is found