Hi, not sure what category this belongs in and hope I can explain it clearly enough.
Say you have several groups of 10 numbers.
I need to find the lowest unique number in each 10 and sort the group by lowest to highest.
By unique I mean the number that does not exist in any other group.
I intend to use a computer to do all the work, but as yet, can't decide on the right maths approach.
Thanks for any advice.
Say you have several groups of 10 numbers.
I need to find the lowest unique number in each 10 and sort the group by lowest to highest.
By unique I mean the number that does not exist in any other group.
I intend to use a computer to do all the work, but as yet, can't decide on the right maths approach.
Thanks for any advice.