Suppose young Calvin has a collection of toy cars that he wants to rank in terms of speed. He doesn't have a stopwatch, (or a radar gun); all he has is a track on which he can race a maximum of cars against each other at a time.
Assuming that each car has a different speed and moves at that speed in every race, what is the minimum number of races Calvin will have to run in order to exhaustively rank his car collection according to speed?
(Note that we are looking for the minimum number of races that are necessary regardless of luck. In the best-case scenario we would need only races. What we are looking for here is the minimum number of races in the worst-case scenario.)
This is a challenge question for those who enjoy optimizing sorts. I don't know if an achievable minimum is known; I believe that the theoretical minimum is , but I can't see this being achievable in reality. I know of an algorithm that has a minimum of races, so the "challenge" is to devise a sort that can beat this value.
I don't know what kind of response to expect with this post, but it's just meant as an enjoyable diversion to play around with and to share what you know about optimization problems.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
There are no comments in this discussion.