Solving Static Permutation Mastermind using $O(n \log n)$ Queries

3 Mar 2021  ·  Maxime Larcher, Anders Martinsson, Angelika Steger ·

Permutation Mastermind is a version of the classical mastermind game in which the number of positions $n$ is equal to the number of colors $k$, and repetition of colors is not allowed, neither in the codeword nor in the queries. In this paper we solve the main open question from Glazik, J\"ager, Schiemann and Srivastav (2021), who asked whether their bound of $O(n^{1.525})$ for the static version can be improved to $O(n \log n)$, which would be best possible. By using a simple probabilistic argument we show that this is indeed the case.

PDF Abstract
No code implementations yet. Submit your code now

Categories


Combinatorics Probability