unit 5 part 4 Flashcards
1
Q
minimal spanning tree
A
all poss links, non neg cost each edge, h subG, sum of all cost edge min
kruskals
2
Q
kruskal algo
A
till n-1 least edges
not loop
min onwards
highlight only those
3
Q
prims algo
A
matrix vertices edges cost
min in each column, highlight those
multiple ways
4
Q
dual of a planar graph
A
.
5
Q
chromatic number
A
k colors needed properly colored
not less than k
ki of G
6
Q
chromatic number
A
k colors needed properly colored
not less than k
ki of G
7
Q
consequences of chromatic no.
A
isolated vertix 1-chromatic 1 or more edges at least 2-chromatic chrom mo. less than eqil to n kn => n moe than 1 >= n (subG) >= subG
8
Q
chrom no. of circle
A
even -> 2, odd -> 3
9
Q
map coloring
A
4 color prop
kenneth and wolfgang
10
Q
bipartite chrom ques
A
.