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 best time complexity?
Is array of data structure?
What is the capacity of arraylist?
What is a pass in bubble sort?
What is map keyset?
What is data structure and why we need them?
Can treeset have duplicates?
What is data and data types?
What is subtree?
What is peek in stack?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
Differentiate between list and set.
Which is the parent class of abstractsequentiallist class?
How do you sort large data?
What is placement new in data structures?