TopologicalSort[g] gives a permutation of the vertices of the directed acyclic graph g such that an edge (i, j) implies that vertex i appears before vertex j.
VertexConnectivityGraph[g] returns a directed graph that contains an edge corresponding to each vertex in g and in which edge-disjoint paths correspond to vertex-disjoint ...
WeaklyConnectedComponents[g] gives the weakly connected components of directed graph g as lists of vertices.
As of Version 7, the Histograms Package has been integrated into the Mathematica kernel.
Matrix representations of graphs go back a long time and are still in some areas the only way to represent graphs. Adjacency matrices represent adjacent vertices and ...
Pajek
(Mathematica Import/Export Format) Pajek graph language and data format. Commonly used exchange format for graphs. Native format of the Pajek network analysis software. The format name is Slovenian for spider. ...
Animate Selected Graphics animates graphics in a selection of cells, typically a cell group.
Check Balance expands the selection to cover the nearest pair of matched bracketing characters.
monitorlm servername options monitors MathLM running on servername.
BSplineSurface[array] is a graphics primitive that represents a non-uniform rational B-spline surface defined by an array of x, y, z control points.