What algorithmic technique does the kruskal algorithm follows?
a) Divide and conquer technique b) Dynamic programming c) Both a and b d) Greedy technique
a) Divide and conquer technique b) Dynamic programming c) Both a and b d) Greedy technique
a) yes b) no c) both are equal d) cannot determined
a) Spanning tree b) Partition c) Flag d) Label D will appear here
 a) Maximum weight b) No weight c) Constant weight d) Label D will appear here
a) Minimum & maximum problem b) Knapsack problem c) Selection problem d) Quick sort
a) Tree b) Stack c) Graph d) Hash
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