A bounded partition approach to identifying one fake coin and its type

June 19, 2023 Β· Declared Dead Β· πŸ› arXiv.org

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Takehiro Tokuda, Yoshimichi Watanabe arXiv ID 2306.10733 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DM Citations 0 Venue arXiv.org Last Checked 5 months ago
Abstract
Fake coin problems using balance scales to identify one fake coin and its type among n coins (n > 2) were solved by Dyson in 1946. Dyson gave adaptive solutions with the minimum number of weighings where later weighings may be dependent on results of past weighings. In 2003 Born et al. gave non-adaptive solutions where all weighings are predetermined. Both solutions require the computation of a Dyson set, which is a list of placement of each coin for each weighing. The computation of a Dyson set requires substantial amount of time when n gets larger. We present a bounded partition approach to the fake coin problems without computing any Dyson set. Our approach uses bounded partition of coins recursively until the problem size may be small enough to use at most one weighing.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted