ConnectedGraphQ[g] yields True if the graph g is connected, and False otherwise.
Continue[] exits to the nearest enclosing Do, For, or While in a procedural program.
CreateArchive[source] creates a compressed archive in the current directory from a file or directory specified by source.CreateArchive[source, path] creates a compressed ...
CriticalSection[{var_1, var_2, ...}, expr] locks the variables var_i with respect to parallel computation, evaluates expr, then releases the var_i.
DefaultFormatType is an option for cells that specifies the format used for displaying expressions in a newly created cell.
DefaultInlineFormatType is an option for cells that specifies the format used for displaying expressions in a newly created inline cell.
DegreeGraphDistribution[dlist] represents a degree graph distribution with vertex degree dlist.
DirectedGraph[g] gives a directed graph from the undirected graph g.DirectedGraph[g, conv] gives a directed graph using the conversion conv.
DiscreteDelta[n_1, n_2, ...] gives the discrete delta function \[Delta] (n_1, n_2, ...), equal to 1 if all the n_i are zero, and 0 otherwise.
Editable is an option for displayed objects, cells, and notebooks that specifies whether their contents can be edited interactively using the front end.