ListLinePlot[{y_1, y_2, ...}] plots a line through a list of values, assumed to correspond to x coordinates 1, 2, .... ListLinePlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a ...
BiconnectedComponents[g] gives a list of the biconnected components of graph g. If g is directed, the underlying undirected graph is used.
BiconnectedQ[g] yields True if graph g is biconnected. If g is directed, the underlying undirected graph is used.
EdgeDirection is an option that takes on values True or False allowing the user to specify whether the graph is directed or not. EdgeDirection can be set as part of the graph ...
Graph
(Combinatorica Package Symbol) Graph[e, v, opts] represents a graph object where e is the list of edges annotated with graphics options, v is a list of vertices annotated with graphics options, and opts is ...
HasseDiagram[g] constructs a Hasse diagram of the relation defined by directed acyclic graph g.
MakeUndirected[g] gives the underlying undirected graph of the given directed graph g.
OrientGraph[g] assigns a direction to each edge of a bridgeless, undirected graph g, so that the graph is strongly connected.
ResidualFlowGraph[g, flow] returns the directed residual flow graph for graph g with respect to flow.
StronglyConnectedComponents[g] gives the strongly connected components of directed graph g as lists of vertices.