Hi,
I have two arrays. Both arrays contain file names. Both arrays are sorted in alphabetical order.
WHat i want to do is the following:
I want to compare one array to the other. If an entry in array1 is in array2 then i want to do "something". if an entry is in array1 but not in array2 then i dont care. If an entry is in array2 but not in array1 again i dont care.
any ideas on an efficient way to do this?
Bookmarks