edited by
555 views
1 votes
1 votes
Consider a graph where vertex having number 2 to 12 (including 2 and 12), there is an edge between two vertex x and y iff x divides y

Which vertex will have highest in degree ?
edited by

1 Answer

0 votes
0 votes
12 has highest degree. Edges to 12 are: [2->12, 4->12, 6->12, 12->12]. All other vertices have lower degree.

Related questions

0 votes
0 votes
2 answers
1
Tesla! asked Apr 30, 2017
985 views
Consider a graph where vertex having number 2 to 12 (including 2 and 12), there is an edge between two vertex x and y iff x divides yWhat would be maximum path length bet...
3 votes
3 votes
3 answers
2
Tesla! asked Apr 30, 2017
1,162 views
Consider a graph where vertex having number 2 to 12 (including 2 and 12), there is an edge between two vertex x and y iff x divides yFind number of strongly connected com...
1 votes
1 votes
1 answer
3
Tesla! asked Apr 21, 2018
675 views
Consider Undirected Graph Ghaving vertex V {A,B,C,D,E}and edge pair as E {AB BD BE AC CE CD}A) Given graph is disconnectedB) Given graph is completeC) Given graph has ver...