Tagged Questions

4
votes
12answers
3k views

efficient algorithm to compare similarity between sets of numbers?

I have a large number of sets of numbers. Each set contains 10 numbers and I need to remove all sets that have 5 or more number (unordered) matches with any other set. For example: set 1: ...