Discrete Equations Flashcards
1
Q
Sum of vertices =
A
2 x number of edges
each edge has two ends
2
Q
Number of edges on complete graph with n vertices Kn =
A
n(n-1)/2
each vertex will connect to all the others hence (n-1)
there are n vertices hence n
divide by 2 because you’ll get a repeat from the forwards/backwards
3
Q
Number of Hamiltonian cycles for complete graph Kn=
A
(n-1)!/2
choose start vertex then for 2nd vertex there are n-1 options, for 3rd vertex there are n-2 options and so on hence the factorial
divide by 2 because each cycle will be repeated forwards backwards