chapter 2;networks and paths Flashcards
what is a network diagram
a graph of vertices connected by lines
what is a vertex
a dot in the diagram which lines of pathways intersect or branch
what is an edge
line that connects vertices
what is a degree
number of edges that are connected to the dot
directed edge
has an arrow and travel only possible in the direction of the arrow
undirected edge
all edges undirected, travel is possible in both directions
simple network
no multiple edges or loops
weighted edge
an edge that has a weight or number assigned to it which has numerical value
what is a walk
connected sequence of edges showing a route between vertices where the edges and vertices may be visited multiple times
what is a trail
walk with no repeated edges
what is a path
walk with no repeated vertices
what is a circuit
walk with no repeated edges and starts and ends at the same vertex
what is a cycle
walk with no repeated vertices that starts and ends at the same vertex
traversable graph
trail that includes every edge
non-traversable graph
impossible to find a trail