Graph Theory Flashcards

1
Q

Total number of simple subgraphs possible from Kn(Complete Graph)

A

2^(C(n,2))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Number of edges in Kn

A

C(n,2) = (n(n-1)/2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cn is Bipartite if

A

n is Even
(In the Bipartite Graph, every cycle is an Even cycle)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Max number of edges in Bipartite Graph

A

(n^2)/4 [for Complete Bipartite graph]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Regular graph - every vertex same degree

A

Cn -> 2 regular

kn -> (n-1) regular

Nn -> 0 regular

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Isomorphic graphs - The same graphs drawn differently

A

same no. of : vertices, edges, degree sequence, cycle lengths

Adjacencies preserved

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Handshaking Lemma

A

Sum of degree(Vertices) = 2e

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Number of odd-degree vertices is

A

EVEN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Can Kn be bipartite

A

Never

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

number of vertices N-Cube graph

A

2^N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

degree of each vertex in the N-cube graph

A

N
(2 vertices are adjacent if they differ by 1 bit only)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

number of edges in the N-Cube graph

A

N * 2^(N-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Trivial graph

A

1 vertex, no edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Complement of G(V,E)

A

G’(V,E’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Self Complementing graph

A

isomorphic to itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Edges in self-complementing graph

A

e = n(n-1)/4
i.e. (order%4==0) or {(order-1)%4==0}

17
Q

Walk

A

no edge repeat, a vertex may repeat

18
Q

Path

A

open walk, no vertex repeat

19
Q

Cycle

A

closed walk, no intermediate vertex repeats

20
Q

Component

A

maximal connected subgraph

21
Q

max no. of edges, n vertices, k components

A

(n-k)(n-k+1)/2

22
Q

Sufficient condition for connectedness

A

e > {(n-1)(n-2)}/2

23
Q

At least one of G or G’ is connected

A

True

24
Q

Every edge is a Cut-edge/ Bridge in

A

i) Tree
ii) Graph with no cycle

25
Q

Biconnected graphs

A

No cut-vertex/Articulation point
(all cycles are biconnected)

26
Q

Edge connectivity(λ)

A

Size of minimal cut set

(for cycle, λ>1)

27
Q

Vertex connectivity(Κ)

A

min no. of vertex removal disconnects the graph or leaves the trivial graph

28
Q

Κ <= λ <= δ <= 2e/v <= ∆

A

δ: min degree in the graph
∆ : max degree
e: the size of the graph
v: order of graph
Κ: vertex connectivity
λ: edge connectivity

29
Q

Whitney’s theorem

A

Κ <= λ <= δ