Tuesday, March 14, 2006

Unique, Union, Intersection

Given two lists of IP addresses, describe, design and impliment an efficient algorithm to find the unique IPs in each list, the union of the two lists and the intersection of the two lists.

No comments: