GRAPH THEORY Flashcards
Structures consisting of vertices and edges that connect the vertices.
GRAPH
It is a graph with an edge joining identical vertices.
LOOP GRAPH
A closed path of distinct edges of a graph is called
CIRCUIT
A simple circuit in a graph containing every vertex of the graph
HAMILTONIAN
TRUE OR FALSE: In any graph, the sum of all the vertex degrees is equal to twice the number of edges.
Sum of all the Vertex degrees = 2(Edges)
TRUE
if there are a total of 5 edges, what is the sum of all the vertex degrees ?
10, because considering the formula
Sum of all the Vertex degrees = 2E with the 5 edges,
2(5) = 10
How many edges are there if the sum of the degrees is 8?
The answer is 4.
2(E) = 8
2(E)/2 = 8/2
E = 4
What are the elements of the graph theory?
VERTICES AND EDGES
TRUE OR FALSE: A loop has one edge.
TRUE
How many degree/s is/are there in a loop?
2
In graph theory, the ORDER is the number of ______________
VERTICES
The size is the number of
EDGES
In Eulerian graph, if the total number of vertices is even it means that
THE BEGINNING IS ALSO THE ENDPOINT OF THE GRAPH
Incident means
CONNECTED OR EDGES
TRUE OR FALSE: In Eulerian Graph, there could be a maximum of 2 odd vertices.
TRUE