00:01
Hello students, today we will discuss about this question.
00:04
In this question we need to use an adjacency matrix and adjacency list to represent the given graphs below.
00:25
So here and we need to determine whether the graphs are bipartite or not.
00:36
So here, first of all, we will find the adjacency matrix.
00:48
So that matrix can be, here it is a, b, c, d, e, a, b, c, d.
01:01
So here, zero, zero one, sorry, here it is zero one, zero, one, one, one, one, one, one, one, one double zero, zero one, zero one, 1 -0 -1 -0 -0 -0 -0 -0 -0 -0.
01:21
So here this will be the adjacency matrix.
01:26
We have to select the number based on a -a link, a -b link and so on.
01:33
So a -a link, for the a -a link it will be 0.
01:38
For a -b link it will be 1...