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 are different techniques for making hash function? Explain with example.
What is the difference between array and list?
Are collections thread safe?
How would you reverse characters of an array without using indexing in the array.
Which algorithm is used in arrays sort?
What is data structures in computer science?
How does a heap sort work?
Why sorting algorithms are important?
Can a hashset contain duplicates?
Define a binary tree?
What is the use of isEmpty() member methods?
What are linked lists most commonly used for?
what is the difference between dynamic as well as non - dynamic data structures.
What is reduction to sorting method?
What is pivot in quicksort?