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
How does hashset work internally in java?
What is binary tree used for?
How does sort function work?
Which interfaces are implemented by linkedlist?
What will be the output of below code?
What are the major data structures used in the hierarchical data model?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
What is the use of sorting the data?
What does abstract data type mean?
Define disjoint set adt?
What is the difference between array and stack?
Define heap?
Why merge sort is better than insertion sort?
Explain the implementation of an AVL tree and Binary tree.
Explain binary search tree?