A bank has a collection of n bank cards that they’ve confiscated,
suspecting them of being used in a fraud. Each bank card corresponds
to a unique account in the bank. Each account can have many cards
corresponding to it, and we’ll say that two bank cards are equivalent
if they correspond to the same account. The only way to say 2 cards
are equivalent is by using a high-tech “equivalence-tester” that takes
in 2 cards, and after performing some computations, determines whether
they are equivalent.
Their question is the following: among the collection of n cards, is
there a set of more than n/2 of them that are all equivalent to one
another? Assume that the only feasible operations you can do with the
cards are to pick two of them and plug them in to the equivalence
tester.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to