NumberOfSpanningTrees[g] gives the number of labeled spanning trees of graph g.
Optimum
(Combinatorica Package Symbol) Optimum is a value that the option Algorithm can take on when used in functions VertexColoring and VertexCover.
PermutationGraph[p] gives the permutation graph for the permutation p.
PermutationGroupQ[l] yields True if the list of permutations l forms a permutation group.
PermutationQ[p] yields True if p is a list representing a permutation and False otherwise.
PermutationToTableaux[p] returns the tableaux pair that can be constructed from p using the Robinson\[Dash]Schensted\[Dash]Knuth correspondence.
PermutationType[p] returns the type of permutation p.
PlanarQ
(Combinatorica Package Symbol) PlanarQ[g] yields True if graph g is planar, meaning it can be drawn in the plane so no two edges cross.
PseudographQ[g] yields True if graph g is a pseudograph, meaning it contains self-loops.
Radius
(Combinatorica Package Symbol) Radius[g] gives the radius of graph g, the minimum eccentricity of any vertex of g.