1 posts tagged with list by langeNU.
Displaying 1 through 1.

Related tags:
+ (9)
+ (7)
+ (7)
+ (4)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
0bvious (2)
vanoakenfold (2)
sprocket87 (2)

Given two unsorted lists, size N and M (N < M), how long [ O (???) ] and how much storage [ O (???) ] would be required to find elements in common between N and M (the number of common elements could range from 0 to N)? How would you go about doing this? [more inside]
posted on Mar 27, 2007 - 29 answers