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 / sam
how u get answer 4?
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a treemap chart?
Define biconnectivity?
Is array a data type?
how to delete first node from singly linked list?
What is sort in data structure?
What is the difference between arraylist and linkedlist?
Why do we Use a Multidimensional Array?
What is the difference between adt and data structure?
What do you mean by overflow and underflow?
Why do we use hashset?
How to search binary in a sorted array?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
What are data and data types?
What differences exist between hashmap and hashtable?
What is the need for priority queue?