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
Is map a data structure?
How to compare Two Arrays?
Can you please explain the difference between string and an array?
What is sorting an array?
Define double linked list?
What happens when arraylist is full?
Can constructor be static?
What do you mean by rehashing?
What is difference between rb tree and avl tree?
How do I start preparing for placement?
Is bubble sort slow?
How does a treemap work?
Define an algorithm. What are the properties of an algorithm?
What is the advantage of circular linked list?
What is the difference between Array and LinkedList?