What a is a vertex
it is a point on the graph
What is an edge
Is a line or a curve with a vertex at each end
What does it mean when two vertices are adjacent
If they are connected by an arc
What is a loop
An arc that connects a vertex to itself is called a loop
What is a directed graph
A graph where at least one edge has a direction associated with it
What is a network
A graph where each edge has a number or weight associated with it
What does it mean when a graph is connected to
When it is possible to get from any vertex to any other vertex directly or indirectly
What does it mean when a graph is simple
If there is only ever one arc between two adjacent vertices and no loops
What a simply connected graph
A graph that is connected and simple
What is the degree
The number of edges that join a vertex with a loop counting twice
What are indegrees and outdegrees
The indegree is the number of edges leading to the vertex and the outdegree is the number of edges leading from the vertex
What are odd and even vertices
A vertex with an odd degree is called an odd vertex and an even vertice is a vertex with an even degree
What is the sum of the vertices always
Even in graph theory
What is a tree
A simply connected graph with the minimum number of arcs is called a tree
What is a walk
A sequence of edges in which the end of one edge is the beginning of the next
What is a trail
A walk with no repeated edges
Hat is a closed trail
WA trail that starts and ends at the same vertex
What is a path
A trail with no repeated vertices
What is a cycle
A closed path
What is a route
A general term referring to walk, trail or path, that can be closed or not closed.
What is a complete graph
A graph where every vertex is connected to every other vertex
What is a complete graph denoted as
Kn
What is the formula for the number of arcs in a complete graph
1/2 (n)(n-1)
What are bipartite graphs
When every vertex from the first set connects to a vertex from the second set