Sobes.tech
Intern — Middle

Finding elements of the second array that are missing in the first

livecode

Task condition

Implement a function that takes two arrays of integers. It should return all elements from the second array that do not appear in the first. You can use any suitable data structures to optimize the search.