Solution Manual For Saidur Sir Book
Solution Manual For Saidur Sir Book
Solution Manual For Saidur Sir Book
Proof :
Answer :
In the complete bipartite graph K(m,n) , the vertices have degree m or degree n (and
both of these degrees are reached). Thus, if you want it to be regular, a sufficient and
necessary condition is n=m .
Answer:NO .
Proof:
8. Show that two graphs are isomorphic if and only if
their complements are isomorphic.
Answer:
Figures
Chapter- 3
Case(iii) : assume S does not contain x and contains at most part of N(x)
but not all the elements.
T = N(x) - S . and |T| > 0
So x is in the same component of G(prime)\S as T. So S must be a vertex
cut . |S| >= k .
Proof:
Let G(V, E) be a connected graph and let G be decomposed into cycles. If k of these
cycles are incident at a particular vertex v, then d(v) = 2k. Therefore the degree of
every vertex of G is even and hence G is Eulerian.
Conversely, let G be Eulerian. We show G can be decomposed into cycles. To prove
this, we use induction on the number of edges.Since d(v) 2 for each v 2 V, G has a
cycle C. Then G−E(C) is possibly a disconnected graph, each of whose components
C1, C2, . . . , Ck is an even degree graph and hence Eulerian. By the induction
hypothesis, each Ci is a disjoint union of cycles. These together with C provide a
partition of E(G) into cycles.
5. Let Kn be a complete graph of n vertices where n is odd and
n ≥ 3. Show that Kn has (n − 1)/2 edge-disjoint Hamiltonian
cycles.
Answer:
6. Show that every k-regular graph on 2k + 1 vertices is
Hamiltonian
Answer:
Let (u,v) be such a pair of vertices .
(1) Run DFS using u as start vertices find a path of edges and marked this edge
already visited
(2) Again run DFS using u as start vertices. But this time slightly modified inside
dfs loop the edge which is marked in step one ignored that. Only pick
unmarked ones.Hence our graph is 2 connected we find a disjoint second
path from u to v.
Answer:
(i) Run DFS to find the first cycle. Let's P0 . Output this.
(ii) Marked all the edges on P0.
(iii) While there is at least an unmarked edge
Do
Let (u,v) be an unmarked edge on G - E(P0) . We pick this
We pick this (u,v) edge. Then using this edge apply dfs(u)
and dfs(v) to find two vertex which is on the pre-computed
Ear graph.Let applying dfs(u) we find x and applying dfs(v)
We find y . Then a path from x to y which is goes through the
edge (u,v) is our Pi . Output this Pi & marked all the edge on
Pi.
End do
K(G) = 3
k(G) < = K’(G)
So k’(G) > = 3
So each vertex of a 3 connected graph has at least 3 edges.
And the minimum number of vertices in a 3-connected
graph is 4 .
10. Show that a tree in which every maximal path has an even
length has a unique maximum independent set. Can you describe
the vertices of this unique set?
Claim: tree tar root jodi emon vabe neya hoy je distance to every (non-root) leaf is even,
then coloring every even level with red gives the maximum independent set, in red color
Eirokom ekta root always exist kore, e.g., jkono leaf I emon ekta root. Call this root "special
root". Jei special root ei jhulano hok, ei coloring ta same. How? Because odd level gula te
blue color dile complete bicoloring hoye jay, where every leaf is colored red. This is true for
every special root, and evidently all these bicolorings are same.So amra claim kortesi je
jkono special root dhorei even level red color korle "only" maximum independent set pawa
jay. Now we will induct on it
n=1 is trivial. (you can also check for n=3 if you want). For n>1, jkono special root, "r" e
jhulaile min depth of leaf = 2. Ekhon r er children set c_1,...,c_k.
Delete r & c_1,...,c_k from tree to get many subtrees. Jkono c_i er under e jara subtrees
ase, tader jonno maximal independent set hocche root ke and other even levels ke red
kora. Amra jodi jkono c_i er under e kono subtree er coloring change kore corresponding
root ke colorless kori, then oi subtree te independent set er size at least 1 kome, by
inductive hypothesis. Er fole highest amra c_i ke red korte pari.
1) jodi c_i ke red na kora hoy, then independent set er size (in subtree rooted at c_i) 2 kome
jay. Eki argument e onnanno c_j rooted subtree te red colored node er shongkha bare na.
Amra jodi root r keo color kori, then red colored node er shongkha at least ek kome gelo.
(compared to the coloring where every even level is colored red, odd level colorless).
2) jodi c_i ke red kora hoy, then c_i rooted subtree te red colored node er shongkha <=
reference coloring ( = every even level red colored in full tree). This can be done also in
some other c_j rooted trees. However, now we cannot color root r. So independent set er
size at least ek kome.This argument holds for every special root r. So jkono special root r e
jhulaile even level coloring gives max independent set. And for all special roots, this is the
same coloring
-
11. Show that a graph with n vertices, m edges, and n
m components are acyclic
https://math.stackexchange.com/questions/3463521/proving-the-g
eneralization-of-eulers-formula-for-a-graph-g-with-k-connected
12. A dominating set D of a graph G is an independent
dominating set if D is an independent set of G. Show that D is an
independent dominating set if and only if D is a maximal
independent set
12.
Maximal independent set nilam ekta. Node gula ke red color dei. Tar mane eikhane r notun
kono node add kora jay na. Tar mane uncolored node gular adjacent red color node nawa
hoise. So eita dominating set o
Eita sufficiency
Ekhon ekta independent dominating set niye node gula red color kori. Eita ekta independent
set. Kintu eita dominating set o. Tar mane uncolored node gular adjacent node gula colored
Eita necessity
13. Prove or disprove: if a tree has a 1-factor, then the 1-factor is
unique
.
.
Chapter - 6
Let all the vertices have at least 4 degree . So in total the edge e >= (4v /2 ) . v is total
number of vertices. But e <= 2v- 4 imply that 2v <= e <=2v-4 => 2v <= 2v -4 . This is a
contradiction . So there is at least a degree of at most 3.
10. Can you construct a plane graph whose dual
graph is disconnected? Justify your answer.
---> No.
Case(i) Can construct for connected planar graph
.(why??)
case(ii) : Can also construct for disconnected graph.
11. Give an example of a self-dual graph of seven
vertices.
12. Prove that a plane connected graph is bipartite if
and only if its dual is an Eulerian graph.
Chapter - 7
ii>
a triangle-free planar graph always has a vertex with
degree 3 or less. any graph on 4 (or less) vertices is
4-colourable
Ans: