CH7: NETWORKS [VOCAB] Flashcards
nodes/vertices
points on a network
edge
a line joining to nodes or vertices
faces/regions
edges divide a graph up into seperate sections
loop
an edge that starts and ends at the same vertex
multiple edges
two or more edges that connect the same two vertices
weighted graph/network
graphs that have amounts or distances or some information on each edge
directed edges/arcs
an edge with significant direction shown with an arrow
directed graph/network or digraph
any graph involving directed edges (1 or more)
undirected graph/network
any graph with no directed edges
simple graph/network
a graph or network with no loops, multiple edges or direction, no crossovers
walk
a sequence of edges joined by vertices
open walk
a walk which does not start and end at the same vertex
closed walk
a walk which starts and ends at the same vertex
open path
a walk that has no repeats of edges or vertices and does not start and end at the same vertex
closed path or ‘cycle’
a walk that has no repeats of edges or vertices and starts and ends at the same vertex
path length
the number of edges a walk, path or cycle uses
trail
a walk with no repeated edges (may have repeated vertices)