我希望有人解释一个简单问题的不同方法,然后我将尝试在 PHP 中实现它以用于更广泛的应用程序。
我有五个人在选择谁得到什么房间,有五个房间,大、大、中、中和小。
Person 1 orders the rooms Grand, Large
Person 2 orders the rooms Large, Medium
Person 3 orders the rooms Large, Small
Person 4 orders the room Medium
Person 5 orders the rooms Large, Medium
缺少的房间是他们不感兴趣的房间。
选择谁得到每个房间最公平的方法是什么?