Next: DIGRAPH
Up: No Title
Previous: No Title
Consists of a set of nodes or point some of which are connected by edges
or lines.
A (hypothetical) graph of nonstop airline flights.
Molecule alcohol:
Def. A graph G=(V,E) which V is the set of nodes,
and E is the set of edges,
note:.
- each edge is a set of pair of vertexes. No order implied.
-
, i could be equal to j.
self-loop
- One also allows multiple edge between two node in a general
graph
- Cardinality of V, |V|=n, number of nodes, |E|=m, number
of edges.
Sushil Prasad
Thu May 13 13:06:34 EDT 1999