What are the points/dots of a graph called
Vertices
What 2 things must a graph have
Vertices and edges
A tree contains no: (3 things)
Loops
cycles
multiple edges
A trail is a walk with:
no repeated edges
What is the highest degree of any node in the diagram?

Node D - Degree 5
A connected graph is when:
Every vertex is connected directly or indirectly
a tree with 3 vertices has ____ edges
2
A path is a walk with no repeated:
vertices
How many edges are there in this network?

7 edges
The degree of a vertex represents:
The number of edges attached to a vertex
2 or more edges that connect the same vertices are called
Multiple edges
A spanning tree connects:
all vertices
A circuit must:
start and finish at the same vertex
What is the length of the shortest path from A to H

What is 10, A - D - J - F - H
A loop contributes ___ edges to a vertex
2
2 graphs are isomorphic
they have the same number of edges & vertices
and
the vertices have the same degree and edges connect to same vertices
The numbers on a network are often used to represent.. (provide an appropriate example)
Cost, distance, time and other appropriate
The difference between an eularian circuit and an eularian trail is:
a EC must have all even degree vertices
For a network with 5 nodes, this is the size (or dimensions) of its adjacency matrix
A 5 x 5 matrix or 25 fields
The sum of degrees is equal to ______ the number of edges
Twice
A planar graph must be draw with no:
intersections
The shortest path is used for finding:
shortest distance or time
A traversable graph must have either ____ or ______ vertices of odd degree
zero
two
This type of graph can be drawn on a flat surface without any edges crossing over each other.
What is a planar graph?