pre sixth definitions Flashcards
vertices/nodes
points on a graph connected by edges
edges/arcs
the line that connects a vertex to another
order of a vertex
the number of edges connected to it
loop
an edge that starts and finishes at the same vertex
simple graph
a graph that has no loops or multiarcs
connected
when there is a path between 2 vertices
complete graph
a graph where every vertex is connected to every other vertex directly by an edge
graph
a set of vertices and a set of edges that connect them
network
a weighted graph
digraph
a graph where the arcs have a direction associated with them
isomorphic graph
graphs that show the same information but are drawn differently
path
a finite sequence of edges such that the end vertex of one edge in the sequence is the start vertex of the next and in which no vertex appears more than once
walk
a path where a vertex can be revisited
cycle/circuit
a closed path so the starting vertex of the first edge is the end vertex of the final edge
tree
a connected graph with no cycles