Problem
$N$ coins, $N-1$ equal coins and one heavier counterfiet coin. With a balance beam given we want to find the counterfeit coin. We have two different goals:
- minimise the expected number of weighings
- minimise the maximal number of required weighings
I have no idea on how to develop a search algorithm for each of the two goals, I hope someone can help me finding it!