Permutations — get a list of permutations
BinarySubsets — enumerate subsets using binary representation
Partitions — list partitions of a positive integer
Compositions — list all compositions of integer
n into
k parts
Tableaux — construct Young tableaux from integer partition
DegreeSequence — list number of edges for each vertex
OrientGraph — find strongly connected orientation of a graph
ChromaticPolynomial — compute chromatic polynomial for a graph
Dijkstra — find single-source shortest path
MinimumSpanningTree — find a minimum spanning tree of a graph
NetworkFlow — maximum flow through a graph