Permute
(Combinatorica Package Symbol) Permute[l, p] permutes list l according to permutation p.
RandomHeap[n] constructs a random heap on n elements.
RandomVertices[g] assigns a random embedding to graph g.
Runs
(Combinatorica Package Symbol) Runs[p] partitions p into contiguous increasing subsequences.
SelectionSort[l, f] sorts list l using ordering function f.
Spectrum[g] gives the eigenvalues of graph g.
Strong
(Combinatorica Package Symbol) Strong is an option to ConnectedQ that seeks to determine if a directed graph is strongly connected.
SymmetricGroup[n] returns the symmetric group on n symbols.
TetrahedralGraph returns the graph corresponding to the tetrahedron, a Platonic solid.
ThickDashed is a value that the option EdgeStyle can take on in the graph data structure or in ShowGraph.