Modelling with Graphs and Networks Flashcards
(10 cards)
Why does the sum of orders in a graph have to be even?
Because sum of orders = arc endings and each arc has 2 endings
so arc ending = 2 x no. of arcs which is even
What is a simple graph?
One without loops or direction
What is the order of node with 1 loop?
2
What is a complete graph?
One where every vertex is connected to every other vertex by an arc
What is the total sum of arcs in a complete graph?
n(n-1)/2
What is a digraph?
Has at least one edge with a direction associated with it
What is a bipartite graph?
One where there’s 2 distinct sets of nodes
Trail vs path vs closed cycle
Trail - no edge is repeated
Path - no vertex is repeated
Closed cycle - start and end with same vertex
What’s a tree?
Connected graph with no cycles
Spanning tree?
A subgraph which has all the vertices and is also a tree