[maximin] geometric climbing

A puzzle from The Riddler this week returning to the ranking of climbing competitors in Tokyo. And asking for the maximin score, that is, the worst possible absolute score guaranteeing victory. In the case of eight competitors, a random search for a maximin over 10⁶ draws leads to a value of 48=1x7x8, for a distribution of ranks as follows

[1,]    1    8    8
[2,]    2    6    4
[3,]    3    4    5
[4,]    4    2    6
[5,]    5    5    2
[6,]    6    3    3
[7,]    7    7    1
[8,]    8    1    7

while over seven competitors (the case with men this year, since one of the brothers Mawem got hurt during the qualification), the value is 35=1x5x7, for a distribution of ranks as follows

[1,]    1    7    5
[2,]    2    3    6
[3,]    3    4    3
[4,]    4    5    2
[5,]    5    2    4
[6,]    6    1    7
[7,]    7    6    1

exhibiting a tie in the later case (and no first position for the winners!).

2 Responses to “[maximin] geometric climbing”

  1. […] article was first published on R – Xi'an's Og, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) […]

  2. […] by data_admin [This article was first published on R – Xi’an’s Og, and kindly contributed to R-bloggers]. (You can report issue about the content on this page […]

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: