Graph Theory/Nodes & edges
Jump to navigation
Jump to search
Basic Definitions
- Graph
- an ordered pair :
- V is the vertex set, where the elements are vertices; often written as V(G)
- E is the edge set, where the elements are edges; often written as E(G)
Lines that intersect are (usually) ignored as irrelevant (see planarity for where intersections do matter)
Two graphs are considered equal when and .
- Order
- the number of vertices in a graph, denoted , often using
- Size
- the number of edges in a graph, denoted , often using
Notice: the order of any graph must be at least 1 (n≥1).
- If , the graph is considered trivial.
- If n≥2, the graph is considered nontrivial.