0
2.4kviews
To find the faulty coin in a list using proper searching method. What will be the complexity of searching method.
written 8.4 years ago by | • modified 4.6 years ago |
Suppose you are given n number of coins, in that one coin is faulty, its weight is less than standard coin weight. To find the faulty coin in a list using proper searching method. What will be the complexity of searching method.
ADD COMMENT
EDIT
1 Answer