In prims algorithm process is repeated until a ____ is formed.
a) Spanning tree b) Vertex c) Flag d) High
a) Spanning tree b) Vertex c) Flag d) High
a) Prim’s algorithm b) Kruskal algorithm c) Jarnik algorithm d) Analysis and algorithm
a) Two trees b) Single tree c) Multiple tree d) Tree set
a) n+3 b) n/3 c) n/2 d) n
a) Sorting b) Traversing c) Swapping d) Grouping
a) Sub-variables b) Sub-arrays c) Keys d) Variables
a) Combine the sorted s1 b) Recursively sort s1 and s2 c) Pick any element(pivot) d) Group
a) Sorting objects b) Joining objects c) Deleting objects d) Replacing objects
a) 2logn b) O(n2) c) n log n d) n
a) 2logn b) O(n logn) c) n logn d) log n
a) Left b) Right c) Above d) Below
a) A[left] b) A[right] c) Left d) Right
a) 2 logn b) O logn c) (O(N log N)) d) 2n
a) Quick b) Shell c) Heap d) Selection
a) Simple implementation b) Adaptive c) All the above
a) Inefficient to operate with a large list b) Inefficient to operate with a small list c) Both a and b d) None of these