Decision maths Flashcards
What is a bipartite Graph?
A graph whose vertices are divided into two distinct sets. All edges go from a vertex in one set to a vertex in the other set.
How do you denote a bipartite graph?
with M vertices in one set, and N vertices in the other set:
Km,n
What is a subgraph?
A graph whose graph vertices and graph edges form subsets of the graph vertices and graph edges of a given graph.
What is a subdivision of a graph?
A subdivision occurs when a new vertex is added on an edge so that the edge becomes two edges.
What is a loop?
An edge that starts and finishes and the same vertex
When do vertices have multiple edges?
When there is more than one edge that connects them
What type of graph has no loops and no multiple edges?
A SIMPLE graph
What type of graph has one or more edges that have an arrow to indicate that you can only go in one direction?
A digraph
What is a trail?
A trail is a sequence of edges in which the end of one edge ( except the last ) is the beginning of the next, and no edge is repeated
What is a cycle?
A cycle is a closed trail in which no vertex is repeated.
What is a hamiltonian cycle?
A cycle that visits every vertex only once
What is a tree?
A simple connected graph with no cycles
What is a graph that has numbers (weights) associated with the edges?
A network, (can also be presented as a graph)
What is Euler’s formula for connected Planar graphs?
v - e + f = 2
v = number of vertices e = edges f = number of faces
What makes a graph planar?
A graph is planar if it can be drawn in two dimensions without any edges crossing