图论 - 锦标赛排名
Given a tournament graph like this :
How do you find out how many rankings there are systematically?
Help / explanation would really be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否特指此图,其中每个节点都有两个“入”边和两个“出”边?也就是说,没有理由选择任何特定节点的图表,并且五个字母的任何排列都同样好?这只是问你可以用多少种不同的方式排列五个字母。
顺便说一句,这个图表让我很想起石头、剪刀、布、史波克、蜥蜴的输赢图表。事实上,如果您将
x
识别为纸,y
识别为蜥蜴,v
识别为剪刀,w
,您就会得到此图> 与 Spock,u
与 rock。如果a
击败b
,就会有一个从a
到b
的箭头。Did you mean this graph specifically, in which every node has two "in" edges and two "out" edges? That is, a graph in which there's no reason to prefer any specific node, and any arrangement of five letters is equally good? That's just asking how many different ways you can arrange five letters.
As an aside, the graph reminds me very much of the win-lose graph of Rock, Paper, Scissors, Spock, Lizard. In fact, you get this graph if you identify
x
with paper,y
with lizard,v
with scissors,w
with Spock, andu
with rock. There is an arrow froma
tob
ifa
defeatsb
.