TransitiveReduction[g] finds a smallest graph that has the same transitive closure as g.
TravelingSalesman[g] finds an optimal traveling salesman tour in graph g.
TwoColoring[g] finds a two-coloring of graph g if g is bipartite. It returns a list of the labels 1 and 2 corresponding to the vertices.
Check Balance expands the selection to cover the nearest pair of matched bracketing characters.
GeoDestination[pos, {d, \[Alpha]}] gives the geodetic position reached by going distance d in azimuthal direction \[Alpha] from pos.
LanguageCategory is an option for Cell that determines in what category of language the contents of the cell should be assumed to be for purposes of spell checking and ...
TraceDepth is an option for Trace and related functions which specifies the maximum nesting of evaluation chains that are to be included.
In the standard notebook front end, Mathematica allows you to set a large number of global options. The values of all these options are by default saved in a "preferences ...
NeighborhoodVertices[g, i, r] gives vertices that can be reached from vertex i within r hops.NeighborhoodVertices[g, i] gives vertices that can be reached from vertex i.
StrongComponents[g] gives a list of all strongly connected components in the directed graph g.