3 Comments
User's avatar
Suhas Jain's avatar

If only significance of 3775 is that it's an odd number I have a case where n = 2 and number of guests = 3, where is is not possible to find top 2 dishes.

Ordering:

1 -> 1 2 3 4

2 -> 2 3 4 1

3 -> 3 4 1 2

Expand full comment
Suhas Jain's avatar

If we select a dish with 2^(n - 1) -1 victories, how does that imply we can place it in top n dishes?

Expand full comment
Brary's avatar

Now this was a really interesting problem

Expand full comment