Relative Content

Tag Archive for c#algorithmcombinations

Picking pairs of items of two lists effectively

I have two lists of items, each item containing a timestamp. I need to build pairs of items consisting of an item each from collection a and collection b so that in the end the overall time difference of the picked pairs is minimal.