From the following choose the one which belongs to the algorithm paradigm other than to which others from the following belongs to.
a) Minimum & maximum problem b) Knapsack problem c) Selection problem d) Quick sort
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
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