Qurak

KnightTourGraph

Available

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}

Topics

Related

All 6300 functions · Use this from an MCP client