Let the G be a graph with 100 vertices numbered 1 to 100
Two vertices i and j are adjecnt if | i-j| =8 or | i-j|
=12. The Number of connected components in G is ?
Answer Posted / rakesh
4
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
What is difference between hashmap and linkedhashmap?
Which sorting method is slowest?
Do sets allow duplicates?
What is the difference between the hash table and hash map?
Define a binary search tree?
Differentiate between hashset and hashmap.
Define a complete binary tree?
What is difference between hashmap and map?
What are the drawbacks of array implementation of queue?
Is array a data type?
How many passes does bubble sort need?
Is list same as array?
What is the complexity of sorting algorithm?
What data structure does a binary tree degenerate?
Write code for reversing a linked list.