Hi all,
I have two arrays (or arraylists if it is easier) of strings. I need to compare these, find which only exist in the first array, which exist in both, and which only exist in the second array. These arrays are different lengths, and may be in different orders. If necessary, I suppose I could sort them...
I know I could hack this together, but I think this might have a fairly standard and efficient / "best" solution, and I am curious more than anything.
I am using c# for this, but if you want to write your solution in another language, any help is welcome.
Thanks for the help!