Need Urgent Help! Find a repeated numbers out of 3 boxes
Posted
by james1
on Stack Overflow
See other posts from Stack Overflow
or by james1
Published on 2010-04-24T03:45:36Z
Indexed on
2010/04/24
3:53 UTC
Read the original article
Hit count: 338
Hi guys, I really need help with finding a repeated number out of 3 boxes. Let's say that i have 3 boxes, each box contain 10 piece of numbered paper (1 - 10) but there is a number the same in all 3 boxes eg: box1 has number 4 and box2 has number 4 and box3 also has number 4. How to find that repeated number in java with an efficient/fastest way possible? Thanks in advance!
© Stack Overflow or respective owner