Qurak

KnightTourGraph

可用

graph of knight moves on a chessboard

KnightTourGraph[m, n]
Table[GraphRadius[KnightTourGraph[i, 3]], {i, 4, 6}] → {4, 4, 4}Table[GraphDiameter[KnightTourGraph[i, 3]], {i, 4, 6}] → {5, 4, 4}VertexEccentricity[KnightTourGraph[4, 3], #]& /@ VertexList[KnightTourGraph[4, 3]] → {5, 4, 5, 4, 5, 4, 4, 5, 4, 5, 4, 5}

主题

相关

全部 6300 个函数 · 从 MCP 客户端使用