Graph Theory Flashcards
Total number of simple subgraphs possible from Kn(Complete Graph)
2^(C(n,2))
Number of edges in Kn
C(n,2) = (n(n-1)/2)
Cn is Bipartite if
n is Even
(In the Bipartite Graph, every cycle is an Even cycle)
Max number of edges in Bipartite Graph
(n^2)/4 [for Complete Bipartite graph]
Regular graph - every vertex same degree
Cn -> 2 regular
kn -> (n-1) regular
Nn -> 0 regular
Isomorphic graphs - The same graphs drawn differently
same no. of : vertices, edges, degree sequence, cycle lengths
Adjacencies preserved
Handshaking Lemma
Sum of degree(Vertices) = 2e
Number of odd-degree vertices is
EVEN
Can Kn be bipartite
Never
number of vertices N-Cube graph
2^N
degree of each vertex in the N-cube graph
N
(2 vertices are adjacent if they differ by 1 bit only)
number of edges in the N-Cube graph
N * 2^(N-1)
Trivial graph
1 vertex, no edge
Complement of G(V,E)
G’(V,E’)
Self Complementing graph
isomorphic to itself