Computer Science, asked by muna1234, 1 year ago

Consider the directed graph on 8 vertices given by the following set of adjacency lists.
1 -> [3]
2 -> [5,7,8]
3 -> [4,7]
4 -> [1,5,6]
5 -> [6,8]
6 -> [2]
7 -> [8]
8 -> [7]
How many strongly connected components does the graph have?

Answers

Answered by yashpatel55667p4vea5
0
i think it is 4[1,5,6]
Similar questions