Minimum range of 3 sets

Posted by user343882 on Stack Overflow See other posts from Stack Overflow or by user343882
Published on 2010-05-18T10:00:11Z Indexed on 2010/05/18 10:20 UTC
Read the original article Hit count: 108

Filed under:
|
|
|

We have three sets S1, S2, S3. I need to find x,y,z such that x E S1 y E S2 z E S3

let min denote the minimum value out of x,y,z let max denote the maximum value out of x,y,z The range denoted by max-min should be the MINIMUM possible value

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about c++